| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Field and Description |
|---|---|
static List<DisplayOptions.PluralCategory> |
DisplayOptions.PluralCategory.VALUES
Unmodifiable List of all plural categories constants.
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayOptions.PluralCategory |
DisplayOptions.PluralCategory.fromIdentifier(String identifier) |
DisplayOptions.PluralCategory |
DisplayOptions.getPluralCategory()
Gets the plural category.
|
static DisplayOptions.PluralCategory |
DisplayOptions.PluralCategory.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayOptions.Builder |
DisplayOptions.Builder.setPluralCategory(DisplayOptions.PluralCategory pluralCategory)
Sets the plural category.
|
Copyright © 2016 Unicode, Inc. and others.