Uses of Enum
com.ibm.icu.text.PersonName.PreferredOrder
Packages that use PersonName.PreferredOrder
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.PreferredOrder in com.ibm.icu.text
Subclasses with type arguments of type PersonName.PreferredOrder in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumAn enum to specify the preferred field order for the name.Methods in com.ibm.icu.text that return PersonName.PreferredOrderModifier and TypeMethodDescriptionPersonName.getPreferredOrder()Returns the preferred field order for the name.SimplePersonName.getPreferredOrder()Returns the preferred field order for the name.static PersonName.PreferredOrderReturns the enum constant of this type with the specified name.static PersonName.PreferredOrder[]PersonName.PreferredOrder.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.PreferredOrderModifier and TypeMethodDescriptionSimplePersonName.Builder.setPreferredOrder(PersonName.PreferredOrder preferredOrder) Set the preferred order for the new name object.