Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
static PersonName.FieldModifier |
PersonName.FieldModifier.forString(String name)
Returns the appropriate fieldModifier for its display name.
|
static PersonName.FieldModifier |
PersonName.FieldModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonName.FieldModifier[] |
PersonName.FieldModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SimplePersonName.Builder |
SimplePersonName.Builder.addField(PersonName.NameField field,
Collection<PersonName.FieldModifier> modifiers,
String value)
Sets the value for one field (with optional modifiers) in the new name object.
|
String |
PersonName.getFieldValue(PersonName.NameField identifier,
Set<PersonName.FieldModifier> modifiers)
Returns one field of the name, possibly in a modified form.
|
String |
SimplePersonName.getFieldValue(PersonName.NameField nameField,
Set<PersonName.FieldModifier> modifiers)
Returns one field of the name, possibly in a modified form.
|
Copyright © 2016 Unicode, Inc. and others.