Uses of Class
org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeStates
-
Packages that use EntryChangeStates Package Description org.apache.directory.api.ldap.codec.controls.search.entryChange -
-
Uses of EntryChangeStates in org.apache.directory.api.ldap.codec.controls.search.entryChange
Methods in org.apache.directory.api.ldap.codec.controls.search.entryChange that return EntryChangeStates Modifier and Type Method Description EntryChangeStatesEntryChangeStates. getStartState()static EntryChangeStatesEntryChangeStates. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryChangeStates[]EntryChangeStates. values()Returns an array containing the constants of this enum type, in the order they are declared.
-