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