org.seasar.framework.util
クラス IntegerConversionUtil

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

public final class IntegerConversionUtil
extends Object


メソッドの概要
static Integer toInteger(Object o)
           
static Integer toInteger(Object o, String pattern)
           
static int toPrimitiveInt(Object o)
           
static int toPrimitiveInt(Object o, String pattern)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

toInteger

public static Integer toInteger(Object o)

toInteger

public static Integer toInteger(Object o,
                                String pattern)

toPrimitiveInt

public static int toPrimitiveInt(Object o)

toPrimitiveInt

public static int toPrimitiveInt(Object o,
                                 String pattern)


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