Package org.omg.spec.bpmn.model
Class TEventDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TEventDefinition
-
- Direct Known Subclasses:
TCancelEventDefinition
,TCompensateEventDefinition
,TConditionalEventDefinition
,TErrorEventDefinition
,TEscalationEventDefinition
,TLinkEventDefinition
,TMessageEventDefinition
,TSignalEventDefinition
,TTerminateEventDefinition
,TTimerEventDefinition
public abstract class TEventDefinition extends TRootElement
Java class for tEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TEventDefinition()
-
Method Summary
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-