public static class MessageFormat.Field2
extends java.text.Format.Field
| 限定符和类型 | 字段和说明 |
|---|---|
static MessageFormat.Field2 |
ARGUMENT
Constant identifying a portion of a message that was generated
from an argument passed into
formatToCharacterIterator. |
| 限定符 | 构造器和说明 |
|---|---|
protected |
Field2(java.lang.String name)
Create a
Field with the specified name. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.Object |
readResolve()
Resolves instances being deserialized to the predefined constants.
|
public static final MessageFormat.Field2 ARGUMENT
formatToCharacterIterator.
The value associated with the key will be an Integer
indicating the index in the arguments array of the
argument from which the text was generated.protected Field2(java.lang.String name)
Field with the specified name.name - The name of the attributeprotected java.lang.Object readResolve()
throws java.io.InvalidObjectException
readResolve 在类中 java.text.AttributedCharacterIterator.Attributejava.io.InvalidObjectException - if the constant could not be resolved.