java.text
Class MessageFormat.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
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. |
Method Summary |
protected Object |
readResolve()
invoked to resolve the true static constant by
comparing the deserialized object to know name. |
ARGUMENT
public static final MessageFormat.Field ARGUMENT
- This is the attribute set for all characters produced
by MessageFormat during a formatting.
MessageFormat.Field
protected MessageFormat.Field(String s)
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.