public class TGateway extends TFlowNode
tGateway complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TGatewayDirection |
gatewayDirection |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TGateway() |
| 限定符和类型 | 方法和说明 |
|---|---|
TGatewayDirection |
getGatewayDirection()
获取gatewayDirection属性的值。
|
void |
setGatewayDirection(TGatewayDirection value)
设置gatewayDirection属性的值。
|
getIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TGatewayDirection gatewayDirection
public TGatewayDirection getGatewayDirection()
TGatewayDirectionpublic void setGatewayDirection(TGatewayDirection value)
value - allowed object is
TGatewayDirectionCopyright © 2022. All rights reserved.