Class LDIFAddContent

java.lang.Object
netscape.ldap.util.LDIFBaseContent
netscape.ldap.util.LDIFAddContent
All Implemented Interfaces:
Serializable, LDIFContent

public class LDIFAddContent extends LDIFBaseContent
An object of this class represents the content of an LDIF record that specifies a new entry to be added. This class implements the LDIFContent interface.

To get this object from an LDIFRecord object, use the getContent method and cast the return value as LDIFAddContent.

Version:
1.0
See Also: