Uses of Enum Class
org.camunda.bpm.model.bpmn.GatewayDirection
Packages that use GatewayDirection
Package
Description
-
Uses of GatewayDirection in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return GatewayDirectionModifier 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
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type GatewayDirectionModifier and TypeMethodDescriptionAbstractGatewayBuilder.gatewayDirection
(GatewayDirection gatewayDirection) Sets the direction of the gateway build. -
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type GatewayDirectionModifier and TypeFieldDescriptionprotected static Attribute<GatewayDirection>
GatewayImpl.gatewayDirectionAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return GatewayDirectionMethods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type GatewayDirectionModifier and TypeMethodDescriptionvoid
GatewayImpl.setGatewayDirection
(GatewayDirection gatewayDirection) -
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return GatewayDirectionMethods in org.camunda.bpm.model.bpmn.instance with parameters of type GatewayDirectionModifier and TypeMethodDescriptionvoid
Gateway.setGatewayDirection
(GatewayDirection gatewayDirection)