Uses of Enum
com.ibm.icu.text.DisplayOptions.NameStyle
Packages that use DisplayOptions.NameStyle
-
Uses of DisplayOptions.NameStyle in com.ibm.icu.text
Subclasses with type arguments of type DisplayOptions.NameStyle in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumRepresents all the name styles.Fields in com.ibm.icu.text declared as DisplayOptions.NameStyleModifier and TypeFieldDescriptionprivate DisplayOptions.NameStyleDisplayOptions.Builder.nameStyleprivate final DisplayOptions.NameStyleDisplayOptions.nameStyleFields in com.ibm.icu.text with type parameters of type DisplayOptions.NameStyleModifier and TypeFieldDescriptionstatic final List<DisplayOptions.NameStyle> DisplayOptions.NameStyle.VALUESUnmodifiable 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.NameStyleReturns 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.