Package | Description |
---|---|
com.modeliosoft.modelio.api.model.bpmn |
Modifier and Type | Method and Description |
---|---|
ObOptionalBooleanEnum |
IBpmnProcess.getExecutable()
Getter for the IsExecutable meta class attribute.
|
static ObOptionalBooleanEnum |
ObOptionalBooleanEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObOptionalBooleanEnum[] |
ObOptionalBooleanEnum.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.setExecutable(ObOptionalBooleanEnum value)
Setter for the 'IsExecutable' meta class attribute
|