JavaTM 2 Platform
Standard Ed. 6

類別 java.text.NumberFormat.Field
的使用

使用 NumberFormat.Field 的軟體套件
java.text 提供以與自然語言無關的方式來處理文本、日期、數字和訊息的類別和介面。 
 

java.textNumberFormat.Field 的使用
 

宣告為 NumberFormat.Fieldjava.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
          標識指數符號 (exponent sign) 欄位的常數。
static NumberFormat.Field NumberFormat.Field.EXPONENT_SYMBOL
          標識指數符號 (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 2 Platform
Standard Ed. 6

提交錯誤或意見

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