Package io.jmix.bpmui.model
Class ProcessVariableModel
java.lang.Object
io.jmix.bpmui.model.ProcessVariableModel
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ProcessVariableEnumValueModel>
protected String
protected String
protected List<ProcessVariablePropertyModel>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getType()
void
setEnumValues
(List<ProcessVariableEnumValueModel> enumValues) void
void
void
setProperties
(List<ProcessVariablePropertyModel> properties) void
-
Field Details
-
id
-
name
-
type
-
properties
-
enumValues
-
-
Constructor Details
-
ProcessVariableModel
public ProcessVariableModel()
-
-
Method Details
-
getInstanceName
-
getId
-
setId
-
getName
-
setName
-
getType
-
setType
-
getProperties
-
setProperties
-
getPropertiesMap
-
getEnumValues
-
setEnumValues
-