Uses of Enum
com.ibm.icu.text.DisplayOptions.NounClass
Packages that use DisplayOptions.NounClass
-
Uses of DisplayOptions.NounClass in com.ibm.icu.number
Methods in com.ibm.icu.number that return DisplayOptions.NounClassModifier and TypeMethodDescriptionFormattedNumber.getNounClass()Gets the noun class of the formatted output. -
Uses of DisplayOptions.NounClass in com.ibm.icu.text
Subclasses with type arguments of type DisplayOptions.NounClass in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumRepresents all the grammatical noun classes that are supported by CLDR.Fields in com.ibm.icu.text declared as DisplayOptions.NounClassModifier and TypeFieldDescriptionprivate DisplayOptions.NounClassDisplayOptions.Builder.nounClassprivate final DisplayOptions.NounClassDisplayOptions.nounClassFields in com.ibm.icu.text with type parameters of type DisplayOptions.NounClassModifier and TypeFieldDescriptionstatic final List<DisplayOptions.NounClass> DisplayOptions.NounClass.VALUESUnmodifiable List of all noun classes constants.Methods in com.ibm.icu.text that return DisplayOptions.NounClassModifier and TypeMethodDescriptionstatic final DisplayOptions.NounClassDisplayOptions.NounClass.fromIdentifier(String identifier) DisplayOptions.getNounClass()Gets the noun class.static DisplayOptions.NounClassReturns the enum constant of this type with the specified name.static DisplayOptions.NounClass[]DisplayOptions.NounClass.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.NounClassModifier and TypeMethodDescriptionDisplayOptions.Builder.setNounClass(DisplayOptions.NounClass nounClass) Sets the noun class.