Uses of Enum Class
bpmn.api.v2.model.ProcessVariableType
Packages that use ProcessVariableType
-
Uses of ProcessVariableType in bpmn.api.v2.model
Fields in bpmn.api.v2.model declared as ProcessVariableTypeMethods in bpmn.api.v2.model that return ProcessVariableTypeModifier and TypeMethodDescriptionProcessVariable.getType()
static ProcessVariableType
Returns the enum constant of this class with the specified name.static ProcessVariableType[]
ProcessVariableType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in bpmn.api.v2.model with parameters of type ProcessVariableTypeConstructors in bpmn.api.v2.model with parameters of type ProcessVariableTypeModifierConstructorDescriptionProcessVariable
(String name, Object value, ProcessVariableType type, boolean array)