Package bpmn.api.v2.model
Class ProcessVariable
java.lang.Object
bpmn.api.v2.model.ProcessVariable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessVariable
(String name, Object value, ProcessVariableType type, boolean array) -
Method Summary
-
Field Details
-
name
-
value
-
type
-
-
Constructor Details
-
ProcessVariable
public ProcessVariable() -
ProcessVariable
-
-
Method Details
-
setName
-
setValue
-
setType
-
getName
-
getValue
-
getType
-
isArray
public boolean isArray() -
setArray
public void setArray(boolean array)
-