public class OidNormalizer extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
attributeTypeOid
The oid
|
private Normalizer |
normalizer
The normalizer to be used with this OID
|
| 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
|
private String attributeTypeOid
private Normalizer normalizer
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–2022 The Apache Software Foundation. All rights reserved.