Uses of Class
org.apache.directory.api.ldap.model.ldif.ChangeType
-
Packages that use ChangeType Package Description org.apache.directory.api.ldap.model.ldif -
-
Uses of ChangeType in org.apache.directory.api.ldap.model.ldif
Fields in org.apache.directory.api.ldap.model.ldif declared as ChangeType Modifier and Type Field Description private ChangeTypeLdifEntry. changeTypethe change typeMethods in org.apache.directory.api.ldap.model.ldif that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. getChangeType(int val)Get the ChangeType instance from an integer valueChangeTypeLdifEntry. getChangeType()Get the change typeprotected ChangeTypeLdifReader. parseChangeType(String line)Parse the changeTypestatic ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.model.ldif with parameters of type ChangeType Modifier and Type Method Description private voidLdifReader. parseChange(LdifEntry entry, Iterator<String> iter, ChangeType operation)Parse a change operation.voidLdifEntry. setChangeType(ChangeType changeType)Set the modification type
-