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