public static class MessageFormat.Field extends Format.Field
AttributedCharacterIterator
属性键返回
MessageFormat.formatToCharacterIterator
。
Modifier and Type | Field and Description |
---|---|
static MessageFormat.Field |
ARGUMENT
不断的识别信息,从传递到
formatToCharacterIterator 参数生成的一部分。
|
INPUT_METHOD_SEGMENT, LANGUAGE, READING
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
解决的情况下被反序列化到预定义的常量。
|
equals, getName, hashCode, toString
public static final MessageFormat.Field ARGUMENT
formatToCharacterIterator
参数生成的一部分。与该键关联的值将是一个
Integer
说明指数在
arguments
数组参数的文本生成。
protected Field(String name)
name
-属性名称
protected Object readResolve() throws InvalidObjectException
readResolve
方法重写,继承类
AttributedCharacterIterator.Attribute
InvalidObjectException
如果持续无法解决。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.