|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.pvm.type.Variable
org.jbpm.pvm.type.variable.StringVariable
public class StringVariable
Field Summary | |
---|---|
protected java.lang.String |
string
|
Fields inherited from class org.jbpm.pvm.type.Variable |
---|
converter, dbid, dbversion, execution, name, processInstance, variableDefinition |
Constructor Summary | |
---|---|
StringVariable()
|
Method Summary | |
---|---|
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 |
---|
protected java.lang.String string
Constructor Detail |
---|
public StringVariable()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |