public static class MessageFormat.Field extends Format.Field
Modifier and Type | Field and Description |
---|---|
static MessageFormat.Field |
ARGUMENT
This is the attribute set for all characters produced
by MessageFormat during a formatting.
|
INPUT_METHOD_SEGMENT, LANGUAGE, READING
Modifier | Constructor and Description |
---|---|
protected |
MessageFormat.Field(String s) |
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
invoked to resolve the true static constant by
comparing the deserialized object to know name.
|
equals, getName, hashCode, toString
public static final MessageFormat.Field ARGUMENT
protected MessageFormat.Field(String s)
protected Object readResolve() throws InvalidObjectException
readResolve
in class AttributedCharacterIterator.Attribute
InvalidObjectException
- If the object being deserialized
cannot be resolved.