Package org.omg.spec.bpmn.model
Class TGateway
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TGatewayDirection
gatewayDirection
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TGatewayDirection
getGatewayDirection()
Gets the value of the gatewayDirection property.void
setGatewayDirection(TGatewayDirection value)
Sets the value of the gatewayDirection property.-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
gatewayDirection
protected TGatewayDirection gatewayDirection
-
-
Method Detail
-
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 isTGatewayDirection
-
-