org.seasar.util.convert
クラス DoubleConversionUtil

java.lang.Object
  上位を拡張 org.seasar.util.convert.DoubleConversionUtil

public abstract class DoubleConversionUtil
extends Object

Double用の変換ユーティリティです。

作成者:
higa

コンストラクタの概要
DoubleConversionUtil()
           
 
メソッドの概要
static Double toDouble(Object o)
          Doubleに変換します。
static Double toDouble(Object o, String pattern)
          Doubleに変換します。
static double toPrimitiveDouble(Object o)
          doubleに変換します。
static double toPrimitiveDouble(Object o, String pattern)
          doubleに変換します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DoubleConversionUtil

public DoubleConversionUtil()
メソッドの詳細

toDouble

public static Double toDouble(Object o)
Doubleに変換します。

パラメータ:
o - 変換元のオブジェクト
戻り値:
変換されたDouble

toDouble

public static Double toDouble(Object o,
                              String pattern)
Doubleに変換します。

パラメータ:
o - 変換元のオブジェクト
pattern - パターン文字列
戻り値:
変換されたDouble

toPrimitiveDouble

public static double toPrimitiveDouble(Object o)
doubleに変換します。

パラメータ:
o - 変換元のオブジェクト
戻り値:
変換されたdouble

toPrimitiveDouble

public static double toPrimitiveDouble(Object o,
                                       String pattern)
doubleに変換します。

パラメータ:
o - 変換元のオブジェクト
pattern - パターン文字列
戻り値:
変換されたdouble


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