|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeType | |
|---|---|
| org.apache.directory.api.ldap.model.ldif | |
| Uses of ChangeType in org.apache.directory.api.ldap.model.ldif |
|---|
| Methods in org.apache.directory.api.ldap.model.ldif that return ChangeType | |
|---|---|
ChangeType |
LdifEntry.getChangeType()
Get the change type |
static ChangeType |
ChangeType.getChangeType(int val)
Get the ChangeType instance from an integer value |
static ChangeType |
ChangeType.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 | |
|---|---|
void |
LdifEntry.setChangeType(ChangeType changeType)
Set the modification type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||