Class LDIFAttributeContent

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

public class LDIFAttributeContent extends LDIFBaseContent
An object of this class represents the content of an LDIF record that specifies an entry and its attributes. This class implements the LDIFContent interface.

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

Version:
1.0
See Also: