Uses of Enum
com.ibm.icu.text.PersonNameFormatter.Length
Packages that use PersonNameFormatter.Length
-
Uses of PersonNameFormatter.Length in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as PersonNameFormatter.LengthModifier and TypeFieldDescriptionprivate final PersonNameFormatter.LengthPersonNameFormatterImpl.lengthMethods in com.ibm.icu.impl.personname that return PersonNameFormatter.LengthConstructors in com.ibm.icu.impl.personname with parameters of type PersonNameFormatter.LengthModifierConstructorDescriptionPersonNameFormatterImpl(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps) -
Uses of PersonNameFormatter.Length in com.ibm.icu.text
Subclasses with type arguments of type PersonNameFormatter.Length in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumSpecifies the desired length of the formatted name.Fields in com.ibm.icu.text declared as PersonNameFormatter.LengthModifier and TypeFieldDescriptionprivate PersonNameFormatter.LengthPersonNameFormatter.Builder.lengthMethods in com.ibm.icu.text that return PersonNameFormatter.LengthModifier and TypeMethodDescriptionstatic PersonNameFormatter.LengthReturns the enum constant of this type with the specified name.static PersonNameFormatter.Length[]PersonNameFormatter.Length.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.LengthModifier and TypeMethodDescriptionPersonNameFormatter.Builder.setLength(PersonNameFormatter.Length length) Sets the name length for the formatter to be constructed.Constructors in com.ibm.icu.text with parameters of type PersonNameFormatter.LengthModifierConstructorDescriptionprivatePersonNameFormatter(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps)