Uses of Class
org.omg.spec.bpmn.model.TGatewayDirection
-
Packages that use TGatewayDirection Package Description org.omg.spec.bpmn.model -
-
Uses of TGatewayDirection in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TGatewayDirection Modifier and Type Field Description protected TGatewayDirection
TGateway. gatewayDirection
Methods in org.omg.spec.bpmn.model that return TGatewayDirection Modifier and Type Method Description static TGatewayDirection
TGatewayDirection. fromValue(String v)
TGatewayDirection
TGateway. getGatewayDirection()
Gets the value of the gatewayDirection property.static TGatewayDirection
TGatewayDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static TGatewayDirection[]
TGatewayDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omg.spec.bpmn.model with parameters of type TGatewayDirection Modifier and Type Method Description void
TGateway. setGatewayDirection(TGatewayDirection value)
Sets the value of the gatewayDirection property.
-