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