Uses of Enum
com.ibm.icu.text.PersonName.FieldModifier
Packages that use PersonName.FieldModifier
Package
Description
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.text
Methods in com.ibm.icu.text that return PersonName.FieldModifierModifier and TypeMethodDescriptionstatic PersonName.FieldModifier
Deprecated.This API is for technology preview only.static PersonName.FieldModifier
Deprecated.Returns the enum constant of this type with the specified name.static PersonName.FieldModifier[]
PersonName.FieldModifier.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.ibm.icu.text with type arguments of type PersonName.FieldModifierModifier and TypeMethodDescriptionSimplePersonName.Builder.addField
(PersonName.NameField field, Collection<PersonName.FieldModifier> modifiers, String value) Deprecated.This API is for technology preview only.PersonName.getFieldValue
(PersonName.NameField identifier, Set<PersonName.FieldModifier> modifiers) Deprecated.This API is for technology preview only.SimplePersonName.getFieldValue
(PersonName.NameField nameField, Set<PersonName.FieldModifier> modifiers) Deprecated.This API is for technology preview only.