Direct Known Subclasses:
TComplexGateway, TEventBasedGateway, TExclusiveGateway, TInclusiveGateway, TParallelGateway

public class TGateway extends TFlowNode

Java class for tGateway complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tGateway">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowNode">
       <attribute name="gatewayDirection" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGatewayDirection" default="Unspecified" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TGateway

      public TGateway()
  • Method Details

    • getGatewayDirection

      public TGatewayDirection getGatewayDirection()
      Gets the value of the gatewayDirection property.
      Returns:
      possible object is TGatewayDirection
    • setGatewayDirection

      public void setGatewayDirection(TGatewayDirection value)
      Sets the value of the gatewayDirection property.
      Parameters:
      value - allowed object is TGatewayDirection