Class AntlrDnParser.UpAndNormValue
- java.lang.Object
-
- org.apache.directory.api.ldap.model.name.AntlrDnParser.UpAndNormValue
-
- Enclosing class:
- AntlrDnParser
private static class AntlrDnParser.UpAndNormValue extends Object
This class is used to store the decoded value
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.directory.api.util.ExpansibleByteBufferbytes(package private) booleanisHR(package private) StringBuildernormValue(package private) StringBuilderupValue
-
Constructor Summary
Constructors Modifier Constructor Description privateUpAndNormValue()
-
-
-
Field Detail
-
bytes
org.apache.directory.api.util.ExpansibleByteBuffer bytes
-
upValue
StringBuilder upValue
-
normValue
StringBuilder normValue
-
isHR
boolean isHR
-
-