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