| java.lang.Object | |||
| ↳ | java.text.AttributedCharacterIterator.Attribute | ||
| ↳ | java.text.Format.Field | ||
| ↳ | java.text.NumberFormat.Field | ||
The instances of this inner class are used as attribute keys and values
 in AttributedCharacterIterator that the
 formatToCharacterIterator(Object) method returns.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CURRENCY | This constant stands for the currency symbol. | ||||||||||
| DECIMAL_SEPARATOR | This constant stands for the decimal separator. | ||||||||||
| EXPONENT | This constant stands for the exponent part of the number. | ||||||||||
| EXPONENT_SIGN | This constant stands for the exponent sign symbol. | ||||||||||
| EXPONENT_SYMBOL | This constant stands for the exponent symbol. | ||||||||||
| FRACTION | This constant stands for the fraction part of the number. | ||||||||||
| GROUPING_SEPARATOR | This constant stands for the grouping separator. | ||||||||||
| INTEGER | This constant stands for the integer part of the number. | ||||||||||
| PERCENT | This constant stands for the percent symbol. | ||||||||||
| PERMILLE | This constant stands for the permille symbol. | ||||||||||
| SIGN | This constant stands for the number sign. | ||||||||||
| [Expand] Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
java.text.AttributedCharacterIterator.Attribute | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs a new instance of  NumberFormat.Fieldwith the
 given field name. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.text.AttributedCharacterIterator.Attribute | |||||||||||
|  From class
  java.lang.Object | |||||||||||
This constant stands for the currency symbol.
This constant stands for the decimal separator.
This constant stands for the exponent part of the number.
This constant stands for the exponent sign symbol.
This constant stands for the exponent symbol.
This constant stands for the fraction part of the number.
This constant stands for the grouping separator.
This constant stands for the integer part of the number.
This constant stands for the percent symbol.
This constant stands for the permille symbol.
This constant stands for the number sign.
Constructs a new instance of NumberFormat.Field with the
 given field name.