org.seasar.util.convert
クラス IntegerConversionUtil

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

public abstract class IntegerConversionUtil
extends Object

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

作成者:
higa

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

コンストラクタの詳細

IntegerConversionUtil

public IntegerConversionUtil()
メソッドの詳細

toInteger

public static Integer toInteger(Object o)
Integerに変換します。

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

toInteger

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

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

toPrimitiveInt

public static int toPrimitiveInt(Object o)
intに変換します。

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

toPrimitiveInt

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

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


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