com.caucho.config.type
Class ObjectType

java.lang.Object
  extended by com.caucho.config.type.ConfigType
      extended by com.caucho.config.type.InterfaceType
          extended by com.caucho.config.type.ObjectType

public final class ObjectType
extends InterfaceType

Represents a Object type.


Field Summary
static ObjectType TYPE
           
 
Method Summary
 java.lang.Class getType()
          Returns the Java type.
 java.lang.Object valueOf(java.lang.String text)
          Converts the object to a value of the type.
 
Methods inherited from class com.caucho.config.type.InterfaceType
create, init, replaceObject, toString, valueOf
 
Methods inherited from class com.caucho.config.type.ConfigType
afterConfigure, beforeConfigure, beforeConfigureBean, getAttribute, getContentProgramAttribute, getProgramAttribute, getTypeName, inject, introspect, isBean, isEL, isNode, isNoTrim, isProgram, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final ObjectType TYPE
Method Detail

getType

public java.lang.Class getType()
Returns the Java type.

Overrides:
getType in class InterfaceType

valueOf

public java.lang.Object valueOf(java.lang.String text)
Converts the object to a value of the type.

Overrides:
valueOf in class InterfaceType