Package org.omg.spec.bpmn.model
Class TImplicitThrowEvent
- 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.TEvent
-
- org.omg.spec.bpmn.model.TThrowEvent
-
- org.omg.spec.bpmn.model.TImplicitThrowEvent
-
public class TImplicitThrowEvent extends TThrowEvent
Java class for tImplicitThrowEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tImplicitThrowEvent"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tThrowEvent"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.omg.spec.bpmn.model.TThrowEvent
dataInput, dataInputAssociation, eventDefinition, eventDefinitionRef, inputSet
-
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 TImplicitThrowEvent()
-
Method Summary
-
Methods inherited from class org.omg.spec.bpmn.model.TThrowEvent
getDataInput, getDataInputAssociation, getEventDefinition, getEventDefinitionRef, getInputSet, setInputSet
-
Methods inherited from class org.omg.spec.bpmn.model.TEvent
getProperty
-
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
-
-