Class LDIFModDNContent

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

public class LDIFModDNContent extends LDIFBaseContent
An object of this class represents the content of an LDIF record that specifies changes to an RDN or the DN of an entry. This class implements the LDIFContent interface.

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

Version:
1.0
See Also: