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
|
Field Summary |
protected String |
name
|
protected org.camunda.bpm.engine.variable.value.TypedValue |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected org.camunda.bpm.engine.variable.value.TypedValue value
SimpleVariableStore.SimpleVariableInstance
public SimpleVariableStore.SimpleVariableInstance(String name,
org.camunda.bpm.engine.variable.value.TypedValue value)
getName
public String getName()
- Specified by:
getName in interface CoreVariableInstance
setName
public void setName(String name)
getTypedValue
public org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserialize)
- Specified by:
getTypedValue in interface CoreVariableInstance
setValue
public void setValue(org.camunda.bpm.engine.variable.value.TypedValue value)
Copyright © 2016 camunda services GmbH. All rights reserved.