Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGatewayDirection
Packages that use TGatewayDirection
-
Uses of TGatewayDirection in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TGatewayDirectionMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TGatewayDirectionModifier and TypeMethodDescriptionstatic TGatewayDirection
TGateway.getGatewayDirection()
Gets the value of the gatewayDirection property.static TGatewayDirection
Returns the enum constant of this class with the specified name.static TGatewayDirection[]
TGatewayDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TGatewayDirectionModifier and TypeMethodDescriptionvoid
TGateway.setGatewayDirection
(TGatewayDirection value) Sets the value of the gatewayDirection property.