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

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.NumericNormalizer
All Implemented Interfaces:
java.io.Serializable, Normalizer

public class NumericNormalizer
extends java.lang.Object
implements Normalizer

Normalize Numeric Strings

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
NumericNormalizer()
           
 
Method Summary
 java.lang.Object normalize(java.lang.Object value)
          Gets the normalized value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericNormalizer

public NumericNormalizer()
Method Detail

normalize

public java.lang.Object normalize(java.lang.Object value)
                           throws javax.naming.NamingException
Description copied from interface: Normalizer
Gets the normalized value.

Specified by:
normalize in interface Normalizer
Parameters:
value - the value to normalize. It must *not* be null !
Returns:
the normalized form for a value
Throws:
javax.naming.NamingException - if an error results during normalization


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