CDC 1.1.2

クラス
java.text.NumberFormat.Field の使用

NumberFormat.Field を使用しているパッケージ
java.text テキスト、日付、数値、およびメッセージを自然言語に依存しない方法で処理するためのクラスとインタフェースを提供します。 
 

java.text での NumberFormat.Field の使用
 

NumberFormat.Field として宣言されている java.text のフィールド
static NumberFormat.Field NumberFormat.Field.CURRENCY
          通貨のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.DECIMAL_SEPARATOR
          区切り文字のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.EXPONENT
          指数のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.EXPONENT_SIGN
          指数符号のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.EXPONENT_SYMBOL
          指数記号のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.FRACTION
          小数のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.GROUPING_SEPARATOR
          グループ区切り子のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.INTEGER
          整数のフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.PERCENT
          パーセントのフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.PERMILLE
          パーミルのフィールドを識別する定数です。
static NumberFormat.Field NumberFormat.Field.SIGN
          符号のフィールドを識別する定数です。
 


CDC 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.