org.apache.directory.shared.ldap.schema
Class AbstractMatchingRule
java.lang.Object
org.apache.directory.shared.ldap.schema.AbstractSchemaObject
org.apache.directory.shared.ldap.schema.AbstractMatchingRule
- All Implemented Interfaces:
- MatchingRule, SchemaObject
public abstract class AbstractMatchingRule
- extends AbstractSchemaObject
- implements MatchingRule
The default MatchingRule implementation.
- Version:
- $Rev: 434411 $
- Author:
- Apache Directory Project
Constructor Summary |
protected |
AbstractMatchingRule(String oid)
Creates a MatchingRule using the minimal set of required information. |
Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
equals, getDescription, getName, getNames, getOid, hashCode, isObsolete, setDescription, setNames, setObsolete, toString |
AbstractMatchingRule
protected AbstractMatchingRule(String oid)
- Creates a MatchingRule using the minimal set of required information.
- Parameters:
oid
- the object identifier for this matching rule
Copyright © 2004-2012. All Rights Reserved.