| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn | |
| org.camunda.bpm.model.bpmn.builder | |
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance | 
| Modifier and Type | Method and Description | 
|---|---|
static GatewayDirection | 
GatewayDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GatewayDirection[] | 
GatewayDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
B | 
AbstractGatewayBuilder.gatewayDirection(GatewayDirection gatewayDirection)
Sets the direction of the gateway build. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Attribute<GatewayDirection> | 
GatewayImpl.gatewayDirectionAttribute  | 
| Modifier and Type | Method and Description | 
|---|---|
GatewayDirection | 
GatewayImpl.getGatewayDirection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GatewayImpl.setGatewayDirection(GatewayDirection gatewayDirection)  | 
| Modifier and Type | Method and Description | 
|---|---|
GatewayDirection | 
Gateway.getGatewayDirection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Gateway.setGatewayDirection(GatewayDirection gatewayDirection)  | 
Copyright © 2017. All rights reserved.