Uses of Enum
com.ibm.icu.text.PersonNameFormatter.Usage
Packages that use PersonNameFormatter.Usage
-
Uses of PersonNameFormatter.Usage in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as PersonNameFormatter.UsageModifier and TypeFieldDescriptionprivate final PersonNameFormatter.Usage
PersonNameFormatterImpl.usage
Methods in com.ibm.icu.impl.personname that return PersonNameFormatter.UsageConstructors in com.ibm.icu.impl.personname with parameters of type PersonNameFormatter.UsageModifierConstructorDescriptionPersonNameFormatterImpl
(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps) -
Uses of PersonNameFormatter.Usage in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PersonNameFormatter.UsageModifier and TypeFieldDescriptionprivate PersonNameFormatter.Usage
PersonNameFormatter.Builder.usage
Methods in com.ibm.icu.text that return PersonNameFormatter.UsageModifier and TypeMethodDescriptionstatic PersonNameFormatter.Usage
Returns 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.Constructors in com.ibm.icu.text with parameters of type PersonNameFormatter.UsageModifierConstructorDescriptionprivate
PersonNameFormatter
(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps)