org.seasar.framework.util
クラス DecimalFormatSymbolsUtil

java.lang.Object
  拡張org.seasar.framework.util.DecimalFormatSymbolsUtil

public final class DecimalFormatSymbolsUtil
extends Object

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

作成者:
higa

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

メソッドの詳細

getDecimalFormatSymbols

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

戻り値:
DecimalFormatSymbols

getDecimalFormatSymbols

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

パラメータ:
locale -
戻り値:
DecimalFormatSymbols


Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.