Uses of Class
org.apache.directory.api.ldap.model.schema.PrepareString.NormStateEnum
-
Packages that use PrepareString.NormStateEnum Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. -
-
Uses of PrepareString.NormStateEnum in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return PrepareString.NormStateEnum Modifier and Type Method Description static PrepareString.NormStateEnumPrepareString.NormStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PrepareString.NormStateEnum[]PrepareString.NormStateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-