|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrepareString.StringType | |
|---|---|
| org.apache.directory.api.ldap.model.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
| Uses of PrepareString.StringType in org.apache.directory.api.ldap.model.schema |
|---|
| Methods in org.apache.directory.api.ldap.model.schema that return PrepareString.StringType | |
|---|---|
static PrepareString.StringType |
PrepareString.StringType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PrepareString.StringType[] |
PrepareString.StringType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.directory.api.ldap.model.schema with parameters of type PrepareString.StringType | |
|---|---|
static String |
PrepareString.normalize(String str,
PrepareString.StringType type)
We have to go through 6 steps : 1) Transcode 2) Map 3) Normalize 4) Prohibit 5) Bidi 6) Insignifiant Character Handling The first step is already done, the step (3) is not done. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||