org.seasar.util.text
クラス DecimalFormatSymbolsUtil

java.lang.Object
  上位を拡張 org.seasar.util.text.DecimalFormatSymbolsUtil

public abstract class DecimalFormatSymbolsUtil
extends Object

DecimalFormatSymbols用のユーティリティクラスです。

作成者:
higa

コンストラクタの概要
DecimalFormatSymbolsUtil()
           
 
メソッドの概要
static DecimalFormatSymbols getDecimalFormatSymbols()
          DecimalFormatSymbolsを返します。
static DecimalFormatSymbols getDecimalFormatSymbols(Locale locale)
          DecimalFormatSymbolsを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DecimalFormatSymbolsUtil

public DecimalFormatSymbolsUtil()
メソッドの詳細

getDecimalFormatSymbols

public static DecimalFormatSymbols getDecimalFormatSymbols()
DecimalFormatSymbolsを返します。

戻り値:
DecimalFormatSymbols

getDecimalFormatSymbols

public static DecimalFormatSymbols getDecimalFormatSymbols(Locale locale)
DecimalFormatSymbolsを返します。

パラメータ:
locale - ロケール。nullであってはいけません
戻り値:
DecimalFormatSymbols


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.