org.apache.directory.server.schema.bootstrap
Class ApachemetaMatchingRuleProducer.ObjectClassTypeMatch

java.lang.Object
  extended by org.apache.directory.server.schema.bootstrap.ApachemetaMatchingRuleProducer.ObjectClassTypeMatch
All Implemented Interfaces:
java.io.Serializable, org.apache.directory.shared.ldap.schema.MatchingRule, org.apache.directory.shared.ldap.schema.SchemaObject
Enclosing class:
ApachemetaMatchingRuleProducer

public static class ApachemetaMatchingRuleProducer.ObjectClassTypeMatch
extends java.lang.Object
implements org.apache.directory.shared.ldap.schema.MatchingRule

See Also:
Serialized Form

Field Summary
static java.util.Comparator COMPARATOR
           
static org.apache.directory.shared.ldap.schema.Normalizer NORMALIZER
           
static java.lang.String OID
           
static org.apache.directory.shared.ldap.schema.Syntax SYNTAX
           
 
Constructor Summary
ApachemetaMatchingRuleProducer.ObjectClassTypeMatch()
           
 
Method Summary
 java.util.Comparator getComparator()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String[] getNamesRef()
           
 org.apache.directory.shared.ldap.schema.Normalizer getNormalizer()
           
 java.lang.String getOid()
           
 java.lang.String getSchema()
           
 org.apache.directory.shared.ldap.schema.Syntax getSyntax()
           
 boolean isObsolete()
           
 void setSchema(java.lang.String schemaName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPARATOR

public static final java.util.Comparator COMPARATOR

NORMALIZER

public static final org.apache.directory.shared.ldap.schema.Normalizer NORMALIZER

SYNTAX

public static final org.apache.directory.shared.ldap.schema.Syntax SYNTAX

OID

public static final java.lang.String OID
See Also:
Constant Field Values
Constructor Detail

ApachemetaMatchingRuleProducer.ObjectClassTypeMatch

public ApachemetaMatchingRuleProducer.ObjectClassTypeMatch()
Method Detail

getComparator

public java.util.Comparator getComparator()
                                   throws javax.naming.NamingException
Specified by:
getComparator in interface org.apache.directory.shared.ldap.schema.MatchingRule
Throws:
javax.naming.NamingException

getNormalizer

public org.apache.directory.shared.ldap.schema.Normalizer getNormalizer()
                                                                 throws javax.naming.NamingException
Specified by:
getNormalizer in interface org.apache.directory.shared.ldap.schema.MatchingRule
Throws:
javax.naming.NamingException

getSyntax

public org.apache.directory.shared.ldap.schema.Syntax getSyntax()
                                                         throws javax.naming.NamingException
Specified by:
getSyntax in interface org.apache.directory.shared.ldap.schema.MatchingRule
Throws:
javax.naming.NamingException

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.apache.directory.shared.ldap.schema.SchemaObject

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.directory.shared.ldap.schema.SchemaObject

getNamesRef

public java.lang.String[] getNamesRef()
Specified by:
getNamesRef in interface org.apache.directory.shared.ldap.schema.SchemaObject

getOid

public java.lang.String getOid()
Specified by:
getOid in interface org.apache.directory.shared.ldap.schema.SchemaObject

isObsolete

public boolean isObsolete()
Specified by:
isObsolete in interface org.apache.directory.shared.ldap.schema.SchemaObject

getSchema

public java.lang.String getSchema()
Specified by:
getSchema in interface org.apache.directory.shared.ldap.schema.SchemaObject

setSchema

public void setSchema(java.lang.String schemaName)
Specified by:
setSchema in interface org.apache.directory.shared.ldap.schema.SchemaObject


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