|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.text.AttributedCharacterIterator.Attribute java.text.Format.Field java.text.NumberFormat.Field
public static class NumberFormat.Field
定義將用作從 NumberFormat.formatToCharacterIterator
返回的 AttributedCharacterIterator
中屬性鍵以及 FieldPosition
中欄位標識符的常數。
欄位摘要 | |
---|---|
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 |
欄位詳細資訊 |
---|
public static final NumberFormat.Field INTEGER
public static final NumberFormat.Field FRACTION
public static final NumberFormat.Field EXPONENT
public static final NumberFormat.Field DECIMAL_SEPARATOR
public static final NumberFormat.Field SIGN
public static final NumberFormat.Field GROUPING_SEPARATOR
public static final NumberFormat.Field EXPONENT_SYMBOL
public static final NumberFormat.Field PERCENT
public static final NumberFormat.Field PERMILLE
public static final NumberFormat.Field CURRENCY
public static final NumberFormat.Field EXPONENT_SIGN
建構子詳細資訊 |
---|
protected NumberFormat.Field(String name)
name
- 屬性名稱方法詳細資訊 |
---|
protected Object readResolve() throws InvalidObjectException
AttributedCharacterIterator.Attribute
中的 readResolve
InvalidObjectException
- 如果無法解析常數。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。