Uses of Class
com.ibm.icu.text.DisplayOptions.NameStyle
-
Packages that use DisplayOptions.NameStyle Package Description com.ibm.icu.text -
-
Uses of DisplayOptions.NameStyle in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type DisplayOptions.NameStyle Modifier and Type Field Description static List<DisplayOptions.NameStyle>DisplayOptions.NameStyle. VALUESUnmodifiable List of all name styles constants.Methods in com.ibm.icu.text that return DisplayOptions.NameStyle Modifier and Type Method Description DisplayOptions.NameStyleDisplayOptions. getNameStyle()Gets the name style.static DisplayOptions.NameStyleDisplayOptions.NameStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayOptions.NameStyle[]DisplayOptions.NameStyle. 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 DisplayOptions.NameStyle Modifier and Type Method Description DisplayOptions.BuilderDisplayOptions.Builder. setNameStyle(DisplayOptions.NameStyle nameStyle)Sets the name style.
-