Uses of Enum
com.ibm.icu.text.PersonName.NameField
Packages that use PersonName.NameField
-
Uses of PersonName.NameField in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as PersonName.NameFieldModifier and TypeFieldDescriptionprivate PersonName.NameFieldPersonNamePattern.NameFieldImpl.fieldIDMethods in com.ibm.icu.impl.personname with parameters of type PersonName.NameFieldModifier and TypeMethodDescriptionPersonNamePattern.GivenToSurnamePersonName.getFieldValue(PersonName.NameField identifier, Set<PersonName.FieldModifier> modifiers) -
Uses of PersonName.NameField in com.ibm.icu.text
Subclasses with type arguments of type PersonName.NameField in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumIdentifiers for the name fields supported by the PersonName object.Methods in com.ibm.icu.text that return PersonName.NameFieldModifier and TypeMethodDescriptionstatic PersonName.NameFieldDeprecated.This API is for ICU internal use only.static PersonName.NameFieldReturns the enum constant of this type with the specified name.static PersonName.NameField[]PersonName.NameField.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type PersonName.NameFieldModifier and TypeMethodDescriptionSimplePersonName.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.PersonName.getFieldValue(PersonName.NameField identifier, Set<PersonName.FieldModifier> modifiers) Returns one field of the name, possibly in a modified form.SimplePersonName.getFieldValue(PersonName.NameField nameField, Set<PersonName.FieldModifier> modifiers) Returns one field of the name, possibly in a modified form.private static StringSimplePersonName.makeModifiedFieldName(PersonName.NameField fieldName, Collection<PersonName.FieldModifier> modifiers)