|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.context.exe.VariableInstance
org.jbpm.context.exe.variableinstance.StringInstance
public class StringInstance
| Field Summary | |
|---|---|
protected java.lang.String |
value
|
| Fields inherited from class org.jbpm.context.exe.VariableInstance |
|---|
converter, isValueCached, name, processInstance, token, tokenVariableMap, valueCache |
| Constructor Summary | |
|---|---|
StringInstance()
|
|
| Method Summary | |
|---|---|
protected 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. |
protected void |
setObject(java.lang.Object value)
stores the value in this variable instance. |
| Methods inherited from class org.jbpm.context.exe.VariableInstance |
|---|
create, createVariableInstance, getName, getProcessInstance, getToken, getValue, removeReferences, setTokenVariableMap, setValue, 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 value
| Constructor Detail |
|---|
public StringInstance()
| Method Detail |
|---|
public boolean isStorable(java.lang.Object value)
VariableInstance
isStorable in class VariableInstanceprotected java.lang.Object getObject()
VariableInstance
getObject in class VariableInstanceprotected void setObject(java.lang.Object value)
VariableInstance
setObject in class VariableInstance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||