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

java.lang.Object
  extended byorg.apache.directory.shared.ldap.schema.AbstractSchemaObject
      extended byorg.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: 379008 $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
description, isObsolete, names, oid
 
Constructor Summary
protected AbstractMatchingRule(java.lang.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
 
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, getNames, getOid, isObsolete
 

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-2006 . All Rights Reserved.