Uses of Enum
com.ibm.icu.text.PersonNameFormatter.Formality
Packages that use PersonNameFormatter.Formality
-
Uses of PersonNameFormatter.Formality in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as PersonNameFormatter.FormalityModifier and TypeFieldDescriptionprivate final PersonNameFormatter.Formality
PersonNameFormatterImpl.formality
Methods in com.ibm.icu.impl.personname that return PersonNameFormatter.FormalityConstructors in com.ibm.icu.impl.personname with parameters of type PersonNameFormatter.FormalityModifierConstructorDescriptionPersonNameFormatterImpl
(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps) -
Uses of PersonNameFormatter.Formality in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PersonNameFormatter.FormalityModifier and TypeFieldDescriptionprivate PersonNameFormatter.Formality
PersonNameFormatter.Builder.formality
Methods in com.ibm.icu.text that return PersonNameFormatter.FormalityModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PersonNameFormatter.Formality[]
PersonNameFormatter.Formality.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.FormalityModifier and TypeMethodDescriptionPersonNameFormatter.Builder.setFormality
(PersonNameFormatter.Formality formality) Sets the name formality for the formatter to be constructed.Constructors in com.ibm.icu.text with parameters of type PersonNameFormatter.FormalityModifierConstructorDescriptionprivate
PersonNameFormatter
(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps)