org.seasar.framework.util
クラス DecimalFormatSymbolsUtil

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

public class DecimalFormatSymbolsUtil
extends java.lang.Object

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

作成者:
higa

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

コンストラクタの詳細

DecimalFormatSymbolsUtil

protected DecimalFormatSymbolsUtil()
インスタンスを構築します。

メソッドの詳細

getDecimalFormatSymbols

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

戻り値:
DecimalFormatSymbols

getDecimalFormatSymbols

public static java.text.DecimalFormatSymbols getDecimalFormatSymbols(java.util.Locale locale)
DecimalFormatSymbolsを返します。

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


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.