java.text
類別 MessageFormat.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
java.text.MessageFormat.Field
- 所有已實作的介面:
- Serializable
- 正在封閉類別:
- MessageFormat
public static class MessageFormat.Field
- extends Format.Field
在從 MessageFormat.formatToCharacterIterator
返回的 AttributedCharacterIterator
中定義用作屬性鍵的常數。
- 從以下版本開始:
- 1.4
- 另請參見:
- 序列化表格
ARGUMENT
public static final MessageFormat.Field ARGUMENT
- 標識訊息某一部分的常數,其中此訊息是從傳入
formatToCharacterIterator
的參數產生的。與鍵關聯的值將是一個 Integer
,指示從其產生文本的 arguments
參數陣列中的索引。
MessageFormat.Field
protected MessageFormat.Field(String name)
- 創建具有指定名稱的 Field。
- 參數:
name
- 屬性名稱
readResolve
protected Object readResolve()
throws InvalidObjectException
- 把正被反序列化的實例解析為預定義的常數。
- 覆寫:
- 類別
AttributedCharacterIterator.Attribute
中的 readResolve
- 返回:
- 解析後的 MessageFormat.Field 常數
- 拋出:
InvalidObjectException
- 如果常數無法解析。
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。