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