API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text. NumberFormat.Field View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      AttributedCharacterIterator.Attribute
          Format.Field
              NumberFormat.Field
Implements
Subclasses
Description
publicstatic class NumberFormat.Field
  Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from NumberFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
See also:   
Constructors
protected NumberFormat.Field (String name)
  Creates a Field instance with the specified name.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj) [Inherited From AttributedCharacterIterator.Attribute]
  Compares two objects for equality.
protected String getName () [Inherited From AttributedCharacterIterator.Attribute]
Returns the name of the attribute.
publicfinal int hashCode () [Inherited From AttributedCharacterIterator.Attribute]
  Returns a hash code value for the object.
protected Object readResolve () throws InvalidObjectException [Overrides AttributedCharacterIterator.Attribute]
  Resolves instances being deserialized to the predefined constants.
public String toString () [Inherited From AttributedCharacterIterator.Attribute]
  Returns a string representation of the object.
Fields
Hide/Show inherited fields
publicfinalstatic Field CURRENCY
Constant identifying the currency field.
publicfinalstatic Field DECIMAL_SEPARATOR
Constant identifying the decimal separator field.
publicfinalstatic Field EXPONENT
Constant identifying the exponent field.
publicfinalstatic Field EXPONENT_SIGN
Constant identifying the exponent sign field.
publicfinalstatic Field EXPONENT_SYMBOL
Constant identifying the exponent symbol field.
publicfinalstatic Field FRACTION
Constant identifying the fraction field.
publicfinalstatic Field GROUPING_SEPARATOR
Constant identifying the grouping separator field.
publicfinalstatic Attribute INPUT_METHOD_SEGMENT [Inherited From AttributedCharacterIterator.Attribute]
  Attribute key for input method segments.
publicfinalstatic Field INTEGER
Constant identifying the integer field.
publicfinalstatic Attribute LANGUAGE [Inherited From AttributedCharacterIterator.Attribute]
  Attribute key for the language of some text.
publicfinalstatic Field PERCENT
Constant identifying the percent field.
publicfinalstatic Field PERMILLE
Constant identifying the permille field.
publicfinalstatic Attribute READING [Inherited From AttributedCharacterIterator.Attribute]
  Attribute key for the reading of some text.
publicfinalstatic Field SIGN
Constant identifying the sign field.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar