org.apache.directory.server.core.schema.bootstrap
Class AbstractBootstrapProducer.BootstrapMatchingRule

java.lang.Object
  extended byAbstractMatchingRule
      extended byorg.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule
Enclosing class:
AbstractBootstrapProducer

public static class AbstractBootstrapProducer.BootstrapMatchingRule
extends AbstractMatchingRule

See Also:
Serialized Form

Constructor Summary
protected AbstractBootstrapProducer.BootstrapMatchingRule(java.lang.String oid, BootstrapRegistries registries)
           
 
Method Summary
 java.util.Comparator getComparator()
           
 Normalizer getNormalizer()
           
 Syntax getSyntax()
           
 void setDescription(java.lang.String description)
           
 void setNames(java.lang.String[] names)
           
 void setObsolete(boolean isObsolete)
           
 void setSyntaxOid(java.lang.String syntaxOid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBootstrapProducer.BootstrapMatchingRule

protected AbstractBootstrapProducer.BootstrapMatchingRule(java.lang.String oid,
                                                          BootstrapRegistries registries)
Method Detail

setNames

public void setNames(java.lang.String[] names)

setSyntaxOid

public void setSyntaxOid(java.lang.String syntaxOid)

setDescription

public void setDescription(java.lang.String description)

setObsolete

public void setObsolete(boolean isObsolete)

getSyntax

public Syntax getSyntax()
                 throws javax.naming.NamingException
Throws:
javax.naming.NamingException

getComparator

public java.util.Comparator getComparator()
                                   throws javax.naming.NamingException
Throws:
javax.naming.NamingException

getNormalizer

public Normalizer getNormalizer()
                         throws javax.naming.NamingException
Throws:
javax.naming.NamingException