java.text
Class MessageFormat.Field

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by java.text.Format.Field
          extended by java.text.MessageFormat.Field
All Implemented Interfaces:
Serializable
Enclosing class:
MessageFormat

public static class MessageFormat.Field
extends Format.Field

See Also:
Serialized Form

Field Summary
static MessageFormat.Field ARGUMENT
          This is the attribute set for all characters produced by MessageFormat during a formatting.
 
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
Constructor Summary
protected MessageFormat.Field(String s)
           
 
Method Summary
protected  Object readResolve()
          invoked to resolve the true static constant by comparing the deserialized object to know name.
 
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ARGUMENT

public static final MessageFormat.Field ARGUMENT
This is the attribute set for all characters produced by MessageFormat during a formatting.

Constructor Detail

MessageFormat.Field

protected MessageFormat.Field(String s)
Method Detail

readResolve

protected Object readResolve()
                      throws InvalidObjectException
invoked to resolve the true static constant by comparing the deserialized object to know name.

Overrides:
readResolve in class AttributedCharacterIterator.Attribute
Returns:
object constant
Throws:
InvalidObjectException - If the object being deserialized cannot be resolved.