com.ibm.icu.text
public static class NumberFormat.Field extends Field
There is no public constructor to this class, the only instances are the constants defined here.
UNKNOWN: ICU 3.6
| Field Summary | |
|---|---|
| static NumberFormat.Field | CURRENCY |
| static NumberFormat.Field | DECIMAL_SEPARATOR |
| static NumberFormat.Field | EXPONENT |
| static NumberFormat.Field | EXPONENT_SIGN |
| static NumberFormat.Field | EXPONENT_SYMBOL |
| static NumberFormat.Field | FRACTION |
| static NumberFormat.Field | GROUPING_SEPARATOR |
| static NumberFormat.Field | INTEGER |
| static NumberFormat.Field | PERCENT |
| static NumberFormat.Field | PERMILLE |
| static NumberFormat.Field | SIGN |
| Constructor Summary | |
|---|---|
| protected | Field(String fieldName)
Constructs a new instance of NumberFormat.Field with the given field
name. |
| Method Summary | |
|---|---|
| protected Object | readResolve()
serizalization method resolve instances to the constant
NumberFormat.Field values |
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6
UNKNOWN: ICU 3.6