Uses of Enum
com.ibm.icu.text.PersonNameFormatter.Usage
Packages that use PersonNameFormatter.Usage
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 PersonNameFormatter.Usage in com.ibm.icu.text
Subclasses with type arguments of type PersonNameFormatter.Usage in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumSpecifies the intended usage of the formatted name.Methods in com.ibm.icu.text that return PersonNameFormatter.UsageModifier and TypeMethodDescriptionstatic PersonNameFormatter.UsageReturns the enum constant of this type with the specified name.static PersonNameFormatter.Usage[]PersonNameFormatter.Usage.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 PersonNameFormatter.UsageModifier and TypeMethodDescriptionPersonNameFormatter.Builder.setUsage(PersonNameFormatter.Usage usage) Sets the name usage for the formatter to be constructed.