JavaTM 2 Platform
Standard Ed. 6

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
另請參見:
序列化表格

欄位摘要
static MessageFormat.Field ARGUMENT
          標識訊息某一部分的常數,其中此訊息是從傳入 formatToCharacterIterator 的參數產生的。
 
從類別 java.text.AttributedCharacterIterator.Attribute 繼承的欄位
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
建構子摘要
protected MessageFormat.Field(String name)
          創建具有指定名稱的 Field。
 
方法摘要
protected  Object readResolve()
          把正被反序列化的實例解析為預定義的常數。
 
從類別 java.text.AttributedCharacterIterator.Attribute 繼承的方法
equals, getName, hashCode, toString
 
從類別 java.lang.Object 繼承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

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 - 如果常數無法解析。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only