Class LDIFBaseContent

java.lang.Object
netscape.ldap.util.LDIFBaseContent
All Implemented Interfaces:
Serializable, LDIFContent
Direct Known Subclasses:
LDIFAddContent, LDIFAttributeContent, LDIFDeleteContent, LDIFModDNContent, LDIFModifyContent

public abstract class LDIFBaseContent extends Object implements LDIFContent, Serializable
An object of this class represents the content of an LDIF record. This class implements the LDIFContent interface, but it is abstract and must be extended for the various record types.

Version:
1.0
See Also: