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.UsagePersonNameFormatterImpl.usageMethods 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.UsagePersonNameFormatter.Builder.usageMethods 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.Constructors in com.ibm.icu.text with parameters of type PersonNameFormatter.UsageModifierConstructorDescriptionprivatePersonNameFormatter(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps)