static class NumberFormat.Field extends Format.Field

Purpose

bullet Provide field constants for number formatting.

Field Summary

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

Constructor summary

bullet protected NumberFormat.Field(String s)
bullet Constructs a new NumberFormat.Field with name s.

Instance method summary

bullet protected Object readResolve()
bullet Returns a resolved field.