-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.process.variable.ProcessVariableValue
public final class TypedValueProcessVariableValue implements ProcessVariableValue
Implementation of the process variable value, where the value itself is represented by Camunda's typed value.
-
-
Field Summary
Fields Modifier and Type Field Description private final ProcessVariableValueTypetypeprivate final TypedValuevalue
-
Constructor Summary
Constructors Constructor Description TypedValueProcessVariableValue(TypedValue value)
-
Method Summary
Modifier and Type Method Description ProcessVariableValueTypegetType()TypedValuegetValue()-
-
Method Detail
-
getType
ProcessVariableValueType getType()
-
getValue
TypedValue getValue()
-
-
-
-