|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV NEXT | ||||||||
Uses of Class
java.text.NumberFormat.Field
| Uses of NumberFormat.Field in java.text |
| Fields in java.text declared as NumberFormat.Field | |
static NumberFormat.Field |
NumberFormat.Field.INTEGER
Attribute set to all characters containing digits of the integer part. |
static NumberFormat.Field |
NumberFormat.Field.FRACTION
Attribute set to all characters containing digits of the fractional part. |
static NumberFormat.Field |
NumberFormat.Field.EXPONENT
Attribute set to all characters containing digits of the exponential part. |
static NumberFormat.Field |
NumberFormat.Field.DECIMAL_SEPARATOR
Attribute set to all characters containing a decimal separator. |
static NumberFormat.Field |
NumberFormat.Field.SIGN
Attribute set to all characters containing a sign (plus or minus). |
static NumberFormat.Field |
NumberFormat.Field.GROUPING_SEPARATOR
Attribute set to all characters containing a grouping separator (e.g. |
static NumberFormat.Field |
NumberFormat.Field.EXPONENT_SYMBOL
Attribute set to all characters containing an exponential symbol (e.g. |
static NumberFormat.Field |
NumberFormat.Field.PERCENT
Attribute set to all characters containing a percent symbol (e.g. |
static NumberFormat.Field |
NumberFormat.Field.PERMILLE
Attribute set to all characters containing a permille symbol. |
static NumberFormat.Field |
NumberFormat.Field.CURRENCY
Attribute set to all characters containing the currency unit. |
static NumberFormat.Field |
NumberFormat.Field.EXPONENT_SIGN
Attribute set to all characters containing the exponent sign. |
private static NumberFormat.Field[] |
NumberFormat.Field.allFields
Private fields to register all fields contained in this descriptor. |
|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV NEXT | ||||||||