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