org.camunda.bpm.engine.impl.core.variable.scope
Class SimpleVariableInstance
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance
- All Implemented Interfaces:
- CoreVariableInstance
public class SimpleVariableInstance
- extends Object
- implements CoreVariableInstance
- Author:
- Daniel Meyer, Roman Smirnov, Sebastian Menski
|
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
SimpleVariableInstance
public 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)
- Specified by:
setValue in interface CoreVariableInstance
Copyright © 2017 camunda services GmbH. All rights reserved.