|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.swfit.core.util.ObjectUtils
Tools for storing data types as strings
| Constructor Summary | |
ObjectUtils()
|
|
| Method Summary | |
static boolean |
toBoolean(java.lang.Object obj)
|
static int |
toInt(java.lang.Object obj)
|
static long |
toLong(java.lang.Object obj)
|
static java.lang.String |
toString(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectUtils()
| Method Detail |
public static final java.lang.String toString(java.lang.Object obj)
public static final int toInt(java.lang.Object obj)
public static final long toLong(java.lang.Object obj)
public static final boolean toBoolean(java.lang.Object obj)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||