org.camunda.bpm.engine.impl.core.variable.scope
Class SimpleVariableStore.SimpleVariableInstance
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
- All Implemented Interfaces:
- CoreVariableInstance
- Enclosing class:
- SimpleVariableStore
public static class SimpleVariableStore.SimpleVariableInstance
- extends Object
- implements CoreVariableInstance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected TypedValue value
SimpleVariableStore.SimpleVariableInstance
public SimpleVariableStore.SimpleVariableInstance(String name,
TypedValue value)
getName
public String getName()
- Specified by:
getName in interface CoreVariableInstance
setName
public void setName(String name)
getTypedValue
public TypedValue getTypedValue(boolean deserialize)
- Specified by:
getTypedValue in interface CoreVariableInstance
setValue
public void setValue(TypedValue value)
Copyright © 2015 camunda services GmbH. All rights reserved.