Uses of Class
org.camunda.bpm.model.bpmn.GatewayDirection
-
Packages that use GatewayDirection 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 -
-
Uses of GatewayDirection in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return GatewayDirection Modifier and Type Method 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. -
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type GatewayDirection Modifier and Type Method Description B
AbstractGatewayBuilder. 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 GatewayDirection Modifier and Type Field Description protected static Attribute<GatewayDirection>
GatewayImpl. gatewayDirectionAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return GatewayDirection Modifier and Type Method Description GatewayDirection
GatewayImpl. getGatewayDirection()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type GatewayDirection Modifier and Type Method Description void
GatewayImpl. setGatewayDirection(GatewayDirection gatewayDirection)
-
Uses of GatewayDirection in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return GatewayDirection Modifier and Type Method Description GatewayDirection
Gateway. getGatewayDirection()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type GatewayDirection Modifier and Type Method Description void
Gateway. setGatewayDirection(GatewayDirection gatewayDirection)
-