Uses of Enum
com.ibm.icu.text.DisplayOptions.NounClass
Packages that use DisplayOptions.NounClass
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
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.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 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.