Uses of Class
org.omg.spec.bpmn.model.TEvent
-
Packages that use TEvent Package Description org.omg.spec.bpmn.model -
-
Uses of TEvent in org.omg.spec.bpmn.model
Subclasses of TEvent in org.omg.spec.bpmn.model Modifier and Type Class Description class
TBoundaryEvent
Java class for tBoundaryEvent complex type.class
TCatchEvent
Java class for tCatchEvent complex type.class
TEndEvent
Java class for tEndEvent complex type.class
TImplicitThrowEvent
Java class for tImplicitThrowEvent complex type.class
TIntermediateCatchEvent
Java class for tIntermediateCatchEvent complex type.class
TIntermediateThrowEvent
Java class for tIntermediateThrowEvent complex type.class
TStartEvent
Java class for tStartEvent complex type.class
TThrowEvent
Java class for tThrowEvent complex type.Methods in org.omg.spec.bpmn.model that return types with arguments of type TEvent Modifier and Type Method Description javax.xml.bind.JAXBElement<TEvent>
ObjectFactory. createEvent(TEvent value)
Methods in org.omg.spec.bpmn.model with parameters of type TEvent Modifier and Type Method Description javax.xml.bind.JAXBElement<TEvent>
ObjectFactory. createEvent(TEvent value)
-