Uses of Enum
com.ibm.icu.text.DisplayOptions.NameStyle
Packages that use DisplayOptions.NameStyle
Package
Description
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
-
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 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.