Class OidNormalizer


  • public class OidNormalizer
    extends Object
    The OidNomalizer class contains a tuple: an OID with its Normalizer. It itself is not a normalizer.
    Author:
    Apache Directory Project
    • Constructor Detail

      • OidNormalizer

        public OidNormalizer​(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 String getAttributeTypeOid()
        Get the current name
        Returns:
        The current name
      • toString

        public String toString()
        Return a String representation of this class
        Overrides:
        toString in class Object