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 GatewayDirectionGatewayDirection. valueOf(java.lang.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 BAbstractGatewayBuilder. 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. gatewayDirectionAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance that return GatewayDirection Modifier and Type Method Description GatewayDirectionGatewayImpl. getGatewayDirection()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type GatewayDirection Modifier and Type Method Description voidGatewayImpl. 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 GatewayDirectionGateway. getGatewayDirection()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type GatewayDirection Modifier and Type Method Description voidGateway. setGatewayDirection(GatewayDirection gatewayDirection)
-