org.apache.directory.shared.ldap.schema.syntaxes
Class ComparatorSyntaxChecker

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.AbstractSyntaxChecker
      extended by org.apache.directory.shared.ldap.schema.syntaxes.Ia5StringSyntaxChecker
          extended by org.apache.directory.shared.ldap.schema.syntaxes.ComparatorSyntaxChecker
All Implemented Interfaces:
SyntaxChecker

public class ComparatorSyntaxChecker
extends Ia5StringSyntaxChecker

A SyntaxChecker for the Comparator schema element

Version:
$Rev: 437007 $
Author:
Apache Directory Project

Constructor Summary
  ComparatorSyntaxChecker()
          Creates a new instance of ComparatorSyntaxChecker.
protected ComparatorSyntaxChecker(java.lang.String oid)
          Creates a new instance of ComparatorSyntaxChecker.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.schema.syntaxes.Ia5StringSyntaxChecker
isValidSyntax
 
Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSyntaxChecker
assertSyntax, getSyntaxOid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparatorSyntaxChecker

public ComparatorSyntaxChecker()
Creates a new instance of ComparatorSyntaxChecker.


ComparatorSyntaxChecker

protected ComparatorSyntaxChecker(java.lang.String oid)
Creates a new instance of ComparatorSyntaxChecker.

Parameters:
oid - the oid to associate with this new SyntaxChecker


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.