Class SimpleVariableInstance
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance
- All Implemented Interfaces:
CoreVariableInstance
- Author:
- Daniel Meyer, Roman Smirnov, Sebastian Menski
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getTypedValue
(boolean deserialize) void
void
setValue
(TypedValue value)
-
Field Details
-
name
-
value
-
-
Constructor Details
-
SimpleVariableInstance
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceCoreVariableInstance
-
setName
-
getTypedValue
- Specified by:
getTypedValue
in interfaceCoreVariableInstance
-
setValue
- Specified by:
setValue
in interfaceCoreVariableInstance
-