Uses of Class
com.ibm.icu.text.PersonNameFormatter.Formality
-
Packages that use PersonNameFormatter.Formality Package Description com.ibm.icu.text 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.Formality in com.ibm.icu.text
Methods in com.ibm.icu.text that return PersonNameFormatter.Formality Modifier and Type Method Description static PersonNameFormatter.Formality
PersonNameFormatter.Formality. valueOf(java.lang.String name)
Returns 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.Formality Modifier and Type Method Description PersonNameFormatter.Builder
PersonNameFormatter.Builder. setFormality(PersonNameFormatter.Formality formality)
Sets the name formality for the formatter to be constructed.
-