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