java.text
Class NumberFormat.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
java.text.NumberFormat.Field
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- NumberFormat
public static class NumberFormat.Field
- extends Format.Field
- See Also:
- Serialized Form
CURRENCY
public static final NumberFormat.Field CURRENCY
DECIMAL_SEPARATOR
public static final NumberFormat.Field DECIMAL_SEPARATOR
EXPONENT
public static final NumberFormat.Field EXPONENT
EXPONENT_SIGN
public static final NumberFormat.Field EXPONENT_SIGN
EXPONENT_SYMBOL
public static final NumberFormat.Field EXPONENT_SYMBOL
FRACTION
public static final NumberFormat.Field FRACTION
GROUPING_SEPARATOR
public static final NumberFormat.Field GROUPING_SEPARATOR
INTEGER
public static final NumberFormat.Field INTEGER
PERCENT
public static final NumberFormat.Field PERCENT
PERMILLE
public static final NumberFormat.Field PERMILLE
SIGN
public static final NumberFormat.Field SIGN
NumberFormat.Field
protected NumberFormat.Field(String var0)