org.jbpm.pvm.type.variable
Class ClobVariable

java.lang.Object
  extended by org.jbpm.pvm.type.Variable
      extended by org.jbpm.pvm.type.variable.ClobVariable
All Implemented Interfaces:
java.io.Serializable

public class ClobVariable
extends Variable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  Clob clob
           
 
Fields inherited from class org.jbpm.pvm.type.Variable
converter, dbid, dbversion, execution, name, processInstance, variableDefinition
 
Constructor Summary
ClobVariable()
           
 
Method Summary
 Clob getClob()
           
 java.lang.Object getObject()
          is the value, stored by this variable instance.
 boolean isStorable(java.lang.Object value)
          is true if this variable-instance supports the given value, false otherwise.
 void setObject(java.lang.Object value)
          stores the value in this variable instance.
 
Methods inherited from class org.jbpm.pvm.type.Variable
getConverter, getExecution, getName, getProcessInstance, getValue, getVariableDefinition, setConverter, setExecution, setName, setProcessInstance, setValue, setVariableDefinition, supports, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

clob

protected Clob clob
Constructor Detail

ClobVariable

public ClobVariable()
Method Detail

isStorable

public boolean isStorable(java.lang.Object value)
Description copied from class: Variable
is true if this variable-instance supports the given value, false otherwise.

Specified by:
isStorable in class Variable

getObject

public java.lang.Object getObject()
Description copied from class: Variable
is the value, stored by this variable instance.

Specified by:
getObject in class Variable

setObject

public void setObject(java.lang.Object value)
Description copied from class: Variable
stores the value in this variable instance.

Specified by:
setObject in class Variable

getClob

public Clob getClob()