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