public class OidNormalizer extends Object
| Constructor and Description |
|---|
OidNormalizer(OidNormalizer oidNormalizer)
A copy constructor.
|
OidNormalizer(String attributeTypeOid,
Normalizer normalizer)
A constructor which accept two parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeTypeOid()
Get the current name
|
Normalizer |
getNormalizer()
Get the normalizer
|
String |
toString()
Return a String representation of this class
|
public OidNormalizer(String attributeTypeOid, Normalizer normalizer)
attributeTypeOid - the oid of the attributeType mapped to the normalizernormalizer - the associated equality match based normalizerpublic OidNormalizer(OidNormalizer oidNormalizer)
oidNormalizer - the OidNormalizer to copy frompublic Normalizer getNormalizer()
public String getAttributeTypeOid()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.