|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.text
Class MessageFormat.Field

java.lang.Objectjava.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
java.text.MessageFormat.Field
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- MessageFormat
- public static class MessageFormat.Field
- extends Format.Field
| Field Summary | |
static MessageFormat.Field |
ARGUMENT
This is the attribute set for all characters produced by MessageFormat during a formatting. |
(package private) static long |
serialVersionUID
|
| Fields inherited from class java.text.AttributedCharacterIterator.Attribute |
INPUT_METHOD_SEGMENT, LANGUAGE, READING |
| Constructor Summary | |
private |
MessageFormat.Field()
|
protected |
MessageFormat.Field(java.lang.String s)
|
| Method Summary | |
protected java.lang.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 |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
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
private MessageFormat.Field()
MessageFormat.Field
protected MessageFormat.Field(java.lang.String s)
| Method Detail |
readResolve
protected java.lang.Object readResolve() throws java.io.InvalidObjectException
- invoked to resolve the true static constant by
comparing the deserialized object to know name.
- Overrides:
readResolvein classAttributedCharacterIterator.Attribute
|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC