com.ibm.icu.text

Class NumberFormat.Field

public static class NumberFormat.Field extends Field

[Spark/CDL] The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that NumberFormat.formatToCharacterIterator() method returns.

There is no public constructor to this class, the only instances are the constants defined here.

UNKNOWN: ICU 3.6

Field Summary
static NumberFormat.FieldCURRENCY
static NumberFormat.FieldDECIMAL_SEPARATOR
static NumberFormat.FieldEXPONENT
static NumberFormat.FieldEXPONENT_SIGN
static NumberFormat.FieldEXPONENT_SYMBOL
static NumberFormat.FieldFRACTION
static NumberFormat.FieldGROUPING_SEPARATOR
static NumberFormat.FieldINTEGER
static NumberFormat.FieldPERCENT
static NumberFormat.FieldPERMILLE
static NumberFormat.FieldSIGN
Constructor Summary
protected Field(String fieldName)
Constructs a new instance of NumberFormat.Field with the given field name.
Method Summary
protected ObjectreadResolve()
serizalization method resolve instances to the constant NumberFormat.Field values

Field Detail

CURRENCY

public static final NumberFormat.Field CURRENCY

UNKNOWN: ICU 3.6

DECIMAL_SEPARATOR

public static final NumberFormat.Field DECIMAL_SEPARATOR

UNKNOWN: ICU 3.6

EXPONENT

public static final NumberFormat.Field EXPONENT

UNKNOWN: ICU 3.6

EXPONENT_SIGN

public static final NumberFormat.Field EXPONENT_SIGN

UNKNOWN: ICU 3.6

EXPONENT_SYMBOL

public static final NumberFormat.Field EXPONENT_SYMBOL

UNKNOWN: ICU 3.6

FRACTION

public static final NumberFormat.Field FRACTION

UNKNOWN: ICU 3.6

GROUPING_SEPARATOR

public static final NumberFormat.Field GROUPING_SEPARATOR

UNKNOWN: ICU 3.6

INTEGER

public static final NumberFormat.Field INTEGER

UNKNOWN: ICU 3.6

PERCENT

public static final NumberFormat.Field PERCENT

UNKNOWN: ICU 3.6

PERMILLE

public static final NumberFormat.Field PERMILLE

UNKNOWN: ICU 3.6

SIGN

public static final NumberFormat.Field SIGN

UNKNOWN: ICU 3.6

Constructor Detail

Field

protected Field(String fieldName)
Constructs a new instance of NumberFormat.Field with the given field name.

UNKNOWN: ICU 3.6

Method Detail

readResolve

protected Object readResolve()
serizalization method resolve instances to the constant NumberFormat.Field values

UNKNOWN: ICU 3.6

Copyright (c) 2007 IBM Corporation and others.