Uses of Enum
com.ibm.icu.text.DisplayOptions.NameStyle
Packages that use DisplayOptions.NameStyle
-
Uses of DisplayOptions.NameStyle in com.ibm.icu.text
Fields in com.ibm.icu.text declared as DisplayOptions.NameStyleModifier and TypeFieldDescriptionprivate DisplayOptions.NameStyle
DisplayOptions.Builder.nameStyle
private final DisplayOptions.NameStyle
DisplayOptions.nameStyle
Fields in com.ibm.icu.text with type parameters of type DisplayOptions.NameStyleModifier and TypeFieldDescriptionstatic final List
<DisplayOptions.NameStyle> DisplayOptions.NameStyle.VALUES
Unmodifiable List of all name styles constants.Methods in com.ibm.icu.text that return DisplayOptions.NameStyleModifier and TypeMethodDescriptionDisplayOptions.getNameStyle()
Gets the name style.static DisplayOptions.NameStyle
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.NameStyleModifier and TypeMethodDescriptionDisplayOptions.Builder.setNameStyle
(DisplayOptions.NameStyle nameStyle) Sets the name style.