java.text
public
static
class
java.text.MessageFormat.Field
The instances of this inner class are used as attribute keys in
AttributedCharacterIterator that
MessageFormat.formatToCharacterIterator() method returns.
There is no public constructor to this class, the only instances are the
constants defined here.
Summary
Constants
Protected Constructors
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
This constant stands for the message argument.
Protected Constructors
protected
MessageFormat.Field(String fieldName)
Constructs a new instance of MessageFormat.Field with the given field
name.
Parameters
fieldName
| The field name.
|
Protected Methods
protected
Object
readResolve()
serialization method resolve instances to the constant
MessageFormat.Field values