Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.text
Class MessageFormat.Field  view MessageFormat.Field download MessageFormat.Field.java

java.lang.Object
  extended byjava.text.AttributedCharacterIterator.Attribute
      extended byjava.text.Format.Field
          extended byjava.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:
readResolve in class AttributedCharacterIterator.Attribute