Uses of Class
org.apache.directory.shared.ldap.schema.MatchingRuleEnum

Packages that use MatchingRuleEnum
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
 

Uses of MatchingRuleEnum in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return MatchingRuleEnum
static MatchingRuleEnum MatchingRuleEnum.getUsage(java.lang.String matchingRule)
          Gets the enumeration type for the usage string regardless of case.
static MatchingRuleEnum MatchingRuleEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MatchingRuleEnum[] MatchingRuleEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.