Uses of Enum Class
org.camunda.bpm.model.bpmn.GatewayDirection
Packages that use GatewayDirection
Package
Description
- 
Uses of GatewayDirection in org.camunda.bpm.model.bpmnMethods in org.camunda.bpm.model.bpmn that return GatewayDirectionModifier and TypeMethodDescriptionstatic GatewayDirectionReturns 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.builderMethods 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.instanceFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type GatewayDirectionModifier and TypeFieldDescriptionprotected static Attribute<GatewayDirection>GatewayImpl.gatewayDirectionAttributeMethods 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 TypeMethodDescriptionvoidGatewayImpl.setGatewayDirection(GatewayDirection gatewayDirection) 
- 
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.instanceMethods in org.camunda.bpm.model.bpmn.instance that return GatewayDirectionMethods in org.camunda.bpm.model.bpmn.instance with parameters of type GatewayDirectionModifier and TypeMethodDescriptionvoidGateway.setGatewayDirection(GatewayDirection gatewayDirection)