Uses of Enum Class
org.camunda.bpm.model.bpmn.GatewayDirection
Package
Description
-
Uses of GatewayDirection in org.camunda.bpm.model.bpmn
Modifier and TypeMethodDescriptionstatic GatewayDirection
Returns the enum constant of this class with the specified name.static GatewayDirection[]
GatewayDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.builder
Modifier and TypeMethodDescriptionAbstractGatewayBuilder.gatewayDirection
(GatewayDirection gatewayDirection) Sets the direction of the gateway build. -
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeFieldDescriptionprotected static Attribute<GatewayDirection>
GatewayImpl.gatewayDirectionAttribute
Modifier and TypeMethodDescriptionvoid
GatewayImpl.setGatewayDirection
(GatewayDirection gatewayDirection) -
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionvoid
Gateway.setGatewayDirection
(GatewayDirection gatewayDirection)