org.apache.directory.shared.ldap.schema
Class AbstractMatchingRule

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.AbstractSchemaObject
      extended by org.apache.directory.shared.ldap.schema.AbstractMatchingRule
All Implemented Interfaces:
java.io.Serializable, MatchingRule, SchemaObject

public abstract class AbstractMatchingRule
extends AbstractSchemaObject
implements MatchingRule

The default MatchingRule implementation.

Version:
$Rev: 491471 $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
description, isObsolete, names, oid, schema
 
Constructor Summary
protected AbstractMatchingRule(java.lang.String oid)
          Creates a MatchingRule using the minimal set of required information.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
equals, getDescription, getName, getNamesRef, getOid, getSchema, hashCode, isObsolete, setDescription, setNames, setObsolete, setSchema, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.schema.MatchingRule
getComparator, getNormalizer, getSyntax
 
Methods inherited from interface org.apache.directory.shared.ldap.schema.SchemaObject
getDescription, getName, getNamesRef, getOid, getSchema, isObsolete, setSchema
 

Constructor Detail

AbstractMatchingRule

protected AbstractMatchingRule(java.lang.String oid)
Creates a MatchingRule using the minimal set of required information.

Parameters:
oid - the object identifier for this matching rule


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