Uses of Enum
com.ibm.icu.text.DisplayOptions.PluralCategory
Packages that use DisplayOptions.PluralCategory
-
Uses of DisplayOptions.PluralCategory in com.ibm.icu.text
Subclasses with type arguments of type DisplayOptions.PluralCategory in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumStandard CLDR plural category constants.Fields in com.ibm.icu.text declared as DisplayOptions.PluralCategoryModifier and TypeFieldDescriptionprivate DisplayOptions.PluralCategoryDisplayOptions.Builder.pluralCategoryprivate final DisplayOptions.PluralCategoryDisplayOptions.pluralCategoryFields in com.ibm.icu.text with type parameters of type DisplayOptions.PluralCategoryModifier and TypeFieldDescriptionstatic final List<DisplayOptions.PluralCategory> DisplayOptions.PluralCategory.VALUESUnmodifiable List of all plural categories constants.Methods in com.ibm.icu.text that return DisplayOptions.PluralCategoryModifier and TypeMethodDescriptionstatic final DisplayOptions.PluralCategoryDisplayOptions.PluralCategory.fromIdentifier(String identifier) DisplayOptions.getPluralCategory()Gets the plural category.Returns the enum constant of this type with the specified name.static DisplayOptions.PluralCategory[]DisplayOptions.PluralCategory.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.PluralCategoryModifier and TypeMethodDescriptionDisplayOptions.Builder.setPluralCategory(DisplayOptions.PluralCategory pluralCategory) Sets the plural category.