JavaTM 2 Platform
Standard Ed. 6

java.text
類別 NumberFormat.Field

java.lang.Object
  繼承者 java.text.AttributedCharacterIterator.Attribute
      繼承者 java.text.Format.Field
          繼承者 java.text.NumberFormat.Field
所有已實作的介面:
Serializable
正在封閉類別:
NumberFormat

public static class NumberFormat.Field
extends Format.Field

定義將用作從 NumberFormat.formatToCharacterIterator 返回的 AttributedCharacterIterator 中屬性鍵以及 FieldPosition 中欄位標識符的常數。

從以下版本開始:
1.4
另請參見:
序列化表格

欄位摘要
static NumberFormat.Field CURRENCY
          標識貨幣欄位的常數。
static NumberFormat.Field DECIMAL_SEPARATOR
          標識小數點欄位的常數。
static NumberFormat.Field EXPONENT
          標識指數欄位的常數。
static NumberFormat.Field EXPONENT_SIGN
          標識指數符號 (exponent sign) 欄位的常數。
static NumberFormat.Field EXPONENT_SYMBOL
          標識指數符號 (exponent symbol) 欄位的常數。
static NumberFormat.Field FRACTION
          標識小數欄位的常數。
static NumberFormat.Field GROUPING_SEPARATOR
          標識組分隔符欄位的常數。
static NumberFormat.Field INTEGER
          標識整數欄位的常數。
static NumberFormat.Field PERCENT
          標識百分數欄位的常數。
static NumberFormat.Field PERMILLE
          標識千分數欄位的常數。
static NumberFormat.Field SIGN
          標識符號欄位的常數。
 
從類別 java.text.AttributedCharacterIterator.Attribute 繼承的欄位
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
建構子摘要
protected NumberFormat.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
 

欄位詳細資訊

INTEGER

public static final NumberFormat.Field INTEGER
標識整數欄位的常數。


FRACTION

public static final NumberFormat.Field FRACTION
標識小數欄位的常數。


EXPONENT

public static final NumberFormat.Field EXPONENT
標識指數欄位的常數。


DECIMAL_SEPARATOR

public static final NumberFormat.Field DECIMAL_SEPARATOR
標識小數點欄位的常數。


SIGN

public static final NumberFormat.Field SIGN
標識符號欄位的常數。


GROUPING_SEPARATOR

public static final NumberFormat.Field GROUPING_SEPARATOR
標識組分隔符欄位的常數。


EXPONENT_SYMBOL

public static final NumberFormat.Field EXPONENT_SYMBOL
標識指數符號 (exponent symbol) 欄位的常數。


PERCENT

public static final NumberFormat.Field PERCENT
標識百分數欄位的常數。


PERMILLE

public static final NumberFormat.Field PERMILLE
標識千分數欄位的常數。


CURRENCY

public static final NumberFormat.Field CURRENCY
標識貨幣欄位的常數。


EXPONENT_SIGN

public static final NumberFormat.Field EXPONENT_SIGN
標識指數符號 (exponent sign) 欄位的常數。

建構子詳細資訊

NumberFormat.Field

protected NumberFormat.Field(String name)
創建具有指定名稱的 Field 實例。

參數:
name - 屬性名稱
方法詳細資訊

readResolve

protected Object readResolve()
                      throws InvalidObjectException
將正被反序列化的實例解析為預定義的常數。

覆寫:
類別 AttributedCharacterIterator.Attribute 中的 readResolve
返回:
解析後的 NumberFormat.Field 常數
拋出:
InvalidObjectException - 如果無法解析常數。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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