Uses of Class
com.ibm.icu.text.PersonName.FieldModifier
-
Packages that use PersonName.FieldModifier Package Description com.ibm.icu.impl.personname 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. -
-
Uses of PersonName.FieldModifier in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname with type parameters of type PersonName.FieldModifier Modifier and Type Field Description private java.util.Map<PersonName.FieldModifier,FieldModifierImpl>
PersonNamePattern.NameFieldImpl. modifiers
Methods in com.ibm.icu.impl.personname with parameters of type PersonName.FieldModifier Modifier and Type Method Description static FieldModifierImpl
FieldModifierImpl. forName(PersonName.FieldModifier modifierID, PersonNameFormatterImpl formatterImpl)
Method parameters in com.ibm.icu.impl.personname with type arguments of type PersonName.FieldModifier Modifier and Type Method Description java.lang.String
PersonNamePattern.GivenToSurnamePersonName. getFieldValue(PersonName.NameField identifier, java.util.Set<PersonName.FieldModifier> modifiers)
-
Uses of PersonName.FieldModifier in com.ibm.icu.text
Methods in com.ibm.icu.text that return PersonName.FieldModifier Modifier and Type Method Description static PersonName.FieldModifier
PersonName.FieldModifier. forString(java.lang.String name)
Returns the appropriate fieldModifier for its display name.static PersonName.FieldModifier
PersonName.FieldModifier. valueOf(java.lang.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.Methods in com.ibm.icu.text that return types with arguments of type PersonName.FieldModifier Modifier and Type Method Description private static java.util.Set<PersonName.FieldModifier>
SimplePersonName. makeModifiersFromName(java.lang.String modifiedName)
Method parameters in com.ibm.icu.text with type arguments of type PersonName.FieldModifier Modifier and Type Method Description SimplePersonName.Builder
SimplePersonName.Builder. addField(PersonName.NameField field, java.util.Collection<PersonName.FieldModifier> modifiers, java.lang.String value)
Sets the value for one field (with optional modifiers) in the new name object.java.lang.String
PersonName. getFieldValue(PersonName.NameField identifier, java.util.Set<PersonName.FieldModifier> modifiers)
Returns one field of the name, possibly in a modified form.java.lang.String
SimplePersonName. getFieldValue(PersonName.NameField nameField, java.util.Set<PersonName.FieldModifier> modifiers)
Returns one field of the name, possibly in a modified form.private static java.lang.String
SimplePersonName. makeModifiedFieldName(PersonName.NameField fieldName, java.util.Collection<PersonName.FieldModifier> modifiers)
-