netscape.ldap.util
public class LDIFDeleteContent extends LDIFBaseContent
LDIFContent
interface.
To get this object from an LDIFRecord
object,
use the getContent
method and cast the return value as
LDIFDeleteContent
.
LDIFRecord.getContent()
,
Serialized FormADD_CONTENT, ATTRIBUTE_CONTENT, DELETE_CONTENT, MODDN_CONTENT, MODIFICATION_CONTENT
Constructor and Description |
---|
LDIFDeleteContent()
Constructs an
LDIFDeleteContent object
to specify that an entry should be deleted. |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the content type.
|
java.lang.String |
toString()
Returns the string representation of the content of the LDIF record.
|
getControls, getControlString, setControls
public LDIFDeleteContent()
LDIFDeleteContent
object
to specify that an entry should be deleted. (The DN
identifying the entry is part of the LDIFRecord
object.public int getType()
getContent
method of the LDIFRecord
object to determine the type of content specified in the record.LDIFContent.DELETE_CONTENT
).LDIFRecord.getContent()
public java.lang.String toString()
toString
in interface LDIFContent
toString
in class java.lang.Object