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
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:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final NumberFormat.FieldConstant identifying the currency field.static final NumberFormat.FieldConstant identifying the decimal separator field.static final NumberFormat.FieldConstant identifying the exponent field.static final NumberFormat.FieldConstant identifying the exponent sign field.static final NumberFormat.FieldConstant identifying the exponent symbol field.static final NumberFormat.FieldConstant identifying the fraction field.static final NumberFormat.FieldConstant identifying the grouping separator field.static final NumberFormat.FieldConstant identifying the integer field.static final NumberFormat.FieldConstant identifying the percent field.static final NumberFormat.FieldConstant identifying the permille field.static final NumberFormat.FieldConstant identifying the prefix field.static final NumberFormat.FieldConstant identifying the sign field.static final NumberFormat.FieldConstant identifying the suffix field.Fields declared in class java.text.AttributedCharacterIterator.AttributeINPUT_METHOD_SEGMENT, LANGUAGE, READING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectResolves 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.
- 
PREFIX
- 
SUFFIX
 
- 
- 
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.
 
 
-