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