public class TStartEvent extends TCatchEvent
tStartEvent complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tStartEvent">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCatchEvent">
<attribute name="isInterrupting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Boolean |
isInterrupting |
dataOutput, dataOutputAssociation, eventDefinition, eventDefinitionRef, outputSet, parallelMultipleauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TStartEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isIsInterrupting()
获取isInterrupting属性的值。
|
void |
setIsInterrupting(Boolean value)
设置isInterrupting属性的值。
|
getDataOutput, getDataOutputAssociation, getEventDefinition, getEventDefinitionRef, getOutputSet, isParallelMultiple, setOutputSet, setParallelMultiplegetPropertygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected Boolean isInterrupting
Copyright © 2022. All rights reserved.