Interface CoreVariableInstance
-
- All Known Implementing Classes:
SimpleVariableInstance,VariableInstanceEntity
public interface CoreVariableInstance- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()org.camunda.bpm.engine.variable.value.TypedValuegetTypedValue(boolean deserializeValue)voidsetValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
-
-
-
Method Detail
-
getName
String getName()
-
getTypedValue
org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserializeValue)
-
setValue
void setValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
-
-