API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text. MessageFormat.Field View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      AttributedCharacterIterator.Attribute
          Format.Field
              MessageFormat.Field
Implements
Subclasses
Description
publicstatic class MessageFormat.Field
  Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
See also:   
Constructors
protected MessageFormat.Field (String name)
  Creates a Field 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 ARGUMENT
  Constant identifying a portion of a message that was generated from an argument passed into formatToCharacterIterator.
publicfinalstatic Attribute INPUT_METHOD_SEGMENT [Inherited From AttributedCharacterIterator.Attribute]
  Attribute key for input method segments.
publicfinalstatic Attribute LANGUAGE [Inherited From AttributedCharacterIterator.Attribute]
  Attribute key for the language of some text.
publicfinalstatic Attribute READING [Inherited From AttributedCharacterIterator.Attribute]
  Attribute key for the reading of some text.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar