public class SimpleVariableInstance extends Object implements CoreVariableInstance
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleVariableInstance.SimpleVariableInstanceFactory |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected org.camunda.bpm.engine.variable.value.TypedValue |
value |
| Constructor and Description |
|---|
SimpleVariableInstance(String name,
org.camunda.bpm.engine.variable.value.TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue(boolean deserialize) |
void |
setName(String name) |
void |
setValue(org.camunda.bpm.engine.variable.value.TypedValue value) |
protected String name
protected org.camunda.bpm.engine.variable.value.TypedValue value
public SimpleVariableInstance(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
public String getName()
getName in interface CoreVariableInstancepublic void setName(String name)
public org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserialize)
getTypedValue in interface CoreVariableInstancepublic void setValue(org.camunda.bpm.engine.variable.value.TypedValue value)
setValue in interface CoreVariableInstanceCopyright © 2013–2019 camunda services GmbH. All rights reserved.