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