| Package | Description |
|---|---|
| com.ibm.icu.number | |
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
DisplayOptions.NounClass |
FormattedNumber.getNounClass()
Gets the noun class of the formatted output.
|
| Modifier and Type | Field and Description |
|---|---|
static List<DisplayOptions.NounClass> |
DisplayOptions.NounClass.VALUES
Unmodifiable List of all noun classes constants.
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayOptions.NounClass |
DisplayOptions.NounClass.fromIdentifier(String identifier) |
DisplayOptions.NounClass |
DisplayOptions.getNounClass()
Gets the noun class.
|
static DisplayOptions.NounClass |
DisplayOptions.NounClass.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayOptions.Builder |
DisplayOptions.Builder.setNounClass(DisplayOptions.NounClass nounClass)
Sets the noun class.
|
Copyright © 2016 Unicode, Inc. and others.