JavaTM Platform
Standard Ed. 6

クラス
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
          符号のフィールドを識別する定数です。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。