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
Defines constants that are used as attribute keys in the
 
AttributedCharacterIterator returned
 from NumberFormat.formatToCharacterIterator and as
 field identifiers in FieldPosition.- Since:
- 1.4
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description static NumberFormat.FieldCURRENCYConstant identifying the currency field.static NumberFormat.FieldDECIMAL_SEPARATORConstant identifying the decimal separator field.static NumberFormat.FieldEXPONENTConstant identifying the exponent field.static NumberFormat.FieldEXPONENT_SIGNConstant identifying the exponent sign field.static NumberFormat.FieldEXPONENT_SYMBOLConstant identifying the exponent symbol field.static NumberFormat.FieldFRACTIONConstant identifying the fraction field.static NumberFormat.FieldGROUPING_SEPARATORConstant identifying the grouping separator field.static NumberFormat.FieldINTEGERConstant identifying the integer field.static NumberFormat.FieldPERCENTConstant identifying the percent field.static NumberFormat.FieldPERMILLEConstant identifying the permille field.static NumberFormat.FieldPREFIXConstant identifying the prefix field.static NumberFormat.FieldSIGNConstant identifying the sign field.static NumberFormat.FieldSUFFIXConstant identifying the suffix field.Fields declared in class java.text.AttributedCharacterIterator.AttributeINPUT_METHOD_SEGMENT, LANGUAGE, READING
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description protected ObjectreadResolve()Resolves instances being deserialized to the predefined constants.Methods declared in class java.text.AttributedCharacterIterator.Attributeequals, getName, hashCode, toString
- 
Field Details- 
INTEGERConstant identifying the integer field.
- 
FRACTIONConstant identifying the fraction field.
- 
EXPONENTConstant identifying the exponent field.
- 
DECIMAL_SEPARATORConstant identifying the decimal separator field.
- 
SIGNConstant identifying the sign field.
- 
GROUPING_SEPARATORConstant identifying the grouping separator field.
- 
EXPONENT_SYMBOLConstant identifying the exponent symbol field.
- 
PERCENTConstant identifying the percent field.
- 
PERMILLEConstant identifying the permille field.
- 
CURRENCYConstant identifying the currency field.
- 
EXPONENT_SIGNConstant identifying the exponent sign field.
- 
PREFIXConstant identifying the prefix field.- Since:
- 12
 
- 
SUFFIXConstant identifying the suffix field.- Since:
- 12
 
 
- 
- 
Constructor Details- 
FieldCreates a Field instance with the specified name.- Parameters:
- name- Name of the attribute
 
 
- 
- 
Method Details- 
readResolveResolves instances being deserialized to the predefined constants.- Overrides:
- readResolvein class- AttributedCharacterIterator.Attribute
- Returns:
- resolved NumberFormat.Field constant
- Throws:
- InvalidObjectException- if the constant could not be resolved.
 
 
-