Class TGateway

  • 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>
     
    • Constructor Detail

      • TGateway

        public TGateway()
    • Method Detail

      • setGatewayDirection

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