TypeUtils Class

com.bea.wlw.netui.util.type
TypeUtils Class

public final class TypeUtils

    extends Object

Hierarchy
Object
  TypeUtils

Method Summary

public static final Object
convertToObject(String value, Class type)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Method Detail

convertToObject(String, Class) Method

public static final Object convertToObject(String value, 
                                           Class type)

Returns

the Object result of converting the String to the type.