 |
static NumberFormat.Field CURRENCY
 |
Represents the currency field in the formatting of a number. |
|
 |
static NumberFormat.Field DECIMAL_SEPARATOR
 |
Represents the decimal separator field in the formatting of a number. |
|
 |
static NumberFormat.Field EXPONENT
 |
Represents the exponent field in the formatting of a number. |
|
 |
static NumberFormat.Field EXPONENT_SIGN
 |
Represents the exponent sign field in the formatting of a number. |
|
 |
static NumberFormat.Field EXPONENT_SYMBOL
 |
Represents the exponent symbol field in the formatting of a number. |
|
 |
static NumberFormat.Field FRACTION
 |
Represents the fraction field in the formatting of a number. |
|
 |
static NumberFormat.Field GROUPING_SEPARATOR
 |
Represents the grouping separator field in the formatting of a number. |
|
 |
static NumberFormat.Field INTEGER
 |
Represents the integer field in the formatting of a number. |
|
 |
static NumberFormat.Field PERCENT
 |
Represents the percent field in the formatting of a number. |
|
 |
static NumberFormat.Field PERMILLE
 |
Represents the permille field in the formatting of a number. |
|
 |
static NumberFormat.Field SIGN
 |
Represents the sign field in the formatting of a number. |
|