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