org.globus.cog.karajan.util
Class TypeUtil
java.lang.Object
org.globus.cog.karajan.util.TypeUtil
- public class TypeUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeUtil
public TypeUtil()
toDouble
public static double toDouble(Object obj)
toNumber
public static Number toNumber(Object obj)
toInt
public static int toInt(Object obj)
toBoolean
public static boolean toBoolean(Object obj)
toList
public static List toList(Object obj)
toIterator
public static KarajanIterator toIterator(Object obj)
throws ExecutionException
- Throws:
ExecutionException
toString
public static String toString(Object obj)
toInteger
public static Integer toInteger(Object obj)
toStringArray
public static String[] toStringArray(Object obj)
toIdentifierArray
public static Identifier[] toIdentifierArray(Object obj)
toIdentifier
public static Identifier toIdentifier(Object obj)
toLowerStringArray
public static String[] toLowerStringArray(String arg)
listToString
public static String listToString(List l)