|
JavaTM 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
指数符号のフィールドを識別する定数です。 |
static NumberFormat.Field |
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 Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。