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