-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.process.variable.ProcessVariableValue
public final class PrimitiveProcessVariableValue implements ProcessVariableValue
Implementation of the process variable value, where the value itself is represented by a 'primitive' class.
-
-
Field Summary
Fields Modifier and Type Field Description private final ProcessVariableValueTypetypeprivate final Objectvalue
-
Constructor Summary
Constructors Constructor Description PrimitiveProcessVariableValue(Object value)
-
Method Summary
Modifier and Type Method Description ProcessVariableValueTypegetType()ObjectgetValue()-
-
Constructor Detail
-
PrimitiveProcessVariableValue
PrimitiveProcessVariableValue(Object value)
-
-
Method Detail
-
getType
ProcessVariableValueType getType()
-
-
-
-