Package | Description |
---|---|
org.modelio.metamodel.bpmn.gateways |
Modifier and Type | Field and Description |
---|---|
static java.util.List<BpmnGatewayDirection> |
BpmnGatewayDirection.VALUES |
Modifier and Type | Method and Description |
---|---|
static BpmnGatewayDirection |
BpmnGatewayDirection.get(int value) |
static BpmnGatewayDirection |
BpmnGatewayDirection.get(java.lang.String literal) |
static BpmnGatewayDirection |
BpmnGatewayDirection.getByName(java.lang.String name) |
BpmnGatewayDirection |
BpmnGateway.getGatewayDirection()
Getter for attribute 'BpmnGateway.GatewayDirection'
Metamodel description:
- A Gateway with a gatewayDirection of unspecified MAY have both multiple incoming and outgoing Sequence Flow
|
static BpmnGatewayDirection |
BpmnGatewayDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BpmnGatewayDirection[] |
BpmnGatewayDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnGateway.setGatewayDirection(BpmnGatewayDirection value)
Setter for attribute 'BpmnGateway.GatewayDirection'
Metamodel description:
- A Gateway with a gatewayDirection of unspecified MAY have both multiple incoming and outgoing Sequence Flow
|