| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.bpmn |
| Modifier and Type | Method and Description |
|---|---|
ObBpmnProcessTypeEnum |
IBpmnProcess.getProcessType()
Getter for the ProcessType meta class attribute.
|
static ObBpmnProcessTypeEnum |
ObBpmnProcessTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObBpmnProcessTypeEnum[] |
ObBpmnProcessTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBpmnProcess.setProcessType(ObBpmnProcessTypeEnum value)
Setter for the 'ProcessType' meta class attribute
|