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