public static class MessageFormat.Field extends Format.Field
AttributedCharacterIterator that the
MessageFormat.formatToCharacterIterator(Object) method returns.
There is no public constructor in this class, the only instances are the constants defined here.
| Modifier and Type | Field and Description |
|---|---|
static MessageFormat.Field |
ARGUMENT
This constant stands for the message argument.
|
INPUT_METHOD_SEGMENT, LANGUAGE, READINGpublic static final MessageFormat.Field ARGUMENT
protected Field(String fieldName)
MessageFormat.Field with the
given field name.fieldName - the field name.