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