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

java.lang.Object
  extended byorg.apache.directory.shared.ldap.schema.OidNormalizer

public class OidNormalizer
extends java.lang.Object

The OidNomalizer class contains a tuple: an OID with its Normalizer. It itself is not a normalizer.

Author:
Apache Directory Project

Constructor Summary
OidNormalizer(OidNormalizer oidNormalizer)
          A copy constructor.
OidNormalizer(java.lang.String attributeTypeOid, Normalizer normalizer)
          A constructor which accept two parameters
 
Method Summary
 java.lang.String getAttributeTypeOid()
          Get the current name
 Normalizer getNormalizer()
          Get the normalizer
 java.lang.String toString()
          Return a String representation of this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OidNormalizer

public OidNormalizer(java.lang.String attributeTypeOid,
                     Normalizer normalizer)
A constructor which accept two parameters

Parameters:
attributeTypeOid - the oid of the attributeType mapped to the normalizer
normalizer - the associated equality match based normalizer

OidNormalizer

public OidNormalizer(OidNormalizer oidNormalizer)
A copy constructor.

Parameters:
oidNormalizer - the OidNormalizer to copy from
Method Detail

getNormalizer

public Normalizer getNormalizer()
Get the normalizer

Returns:
The normalizer associated to the current OID

getAttributeTypeOid

public java.lang.String getAttributeTypeOid()
Get the current name

Returns:
The current name

toString

public java.lang.String toString()
Return a String representation of this class



Copyright © 2004-2008 null. All Rights Reserved.