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
           
 
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
Constructor Summary
protected MessageFormat.Field(String var0)
           
 
Method Summary
 
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARGUMENT

public static final MessageFormat.Field ARGUMENT
Constructor Detail

MessageFormat.Field

protected MessageFormat.Field(String var0)