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 TypedValue |
value |
| Constructor and Description |
|---|
SimpleVariableInstance(String name,
TypedValue value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
TypedValue |
getTypedValue(boolean deserialize) |
void |
setName(String name) |
void |
setValue(TypedValue value) |
protected String name
protected TypedValue value
public SimpleVariableInstance(String name, TypedValue value)
public String getName()
getName in interface CoreVariableInstancepublic void setName(String name)
public TypedValue getTypedValue(boolean deserialize)
getTypedValue in interface CoreVariableInstancepublic void setValue(TypedValue value)
setValue in interface CoreVariableInstanceCopyright © 2013–2021 camunda services GmbH. All rights reserved.