|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.pvm.internal.type.Variable
org.ow2.bonita.pvm.internal.type.variable.ClobVariable
public class ClobVariable
Field Summary | |
---|---|
protected Clob |
clob
|
Fields inherited from class org.ow2.bonita.pvm.internal.type.Variable |
---|
converter, dbid, dbversion, key, processInstance, queryText |
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.ow2.bonita.pvm.internal.type.Variable |
---|
getConverter, getKey, getProcessInstance, getType, getValue, setConverter, setKey, setProcessInstance, setValue, supports, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Clob clob
Constructor Detail |
---|
public ClobVariable()
Method Detail |
---|
public boolean isStorable(java.lang.Object value)
Variable
isStorable
in class Variable
public java.lang.Object getObject()
Variable
getObject
in class Variable
public void setObject(java.lang.Object value)
Variable
setObject
in class Variable
public Clob getClob()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |