java.lang.Object | |||
↳ | java.text.AttributedCharacterIterator.Attribute | ||
↳ | java.text.Format.Field | ||
↳ | java.text.MessageFormat.Field |
The instances of this inner class are used as attribute keys in
AttributedCharacterIterator
that the
formatToCharacterIterator(Object)
method returns.
There is no public constructor in this class, the only instances are the constants defined here.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
ARGUMENT | This constant stands for the message argument. |
[Expand]
Inherited Fields
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.text.AttributedCharacterIterator.Attribute
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new instance of
MessageFormat.Field
with the
given field name.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.text.AttributedCharacterIterator.Attribute
|
|||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
This constant stands for the message argument.
Constructs a new instance of
MessageFormat.Field
with the
given field name.
fieldName | the field name. |
---|