Uses of Class
org.omg.spec.bpmn.model.TImplicitThrowEvent
-
Packages that use TImplicitThrowEvent Package Description org.omg.spec.bpmn.model -
-
Uses of TImplicitThrowEvent in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TImplicitThrowEvent Modifier and Type Field Description protected TImplicitThrowEvent
TComplexBehaviorDefinition. event
Methods in org.omg.spec.bpmn.model that return TImplicitThrowEvent Modifier and Type Method Description TImplicitThrowEvent
ObjectFactory. createTImplicitThrowEvent()
Create an instance ofTImplicitThrowEvent
TImplicitThrowEvent
TComplexBehaviorDefinition. getEvent()
Gets the value of the event property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TImplicitThrowEvent Modifier and Type Method Description javax.xml.bind.JAXBElement<TImplicitThrowEvent>
ObjectFactory. createImplicitThrowEvent(TImplicitThrowEvent value)
Methods in org.omg.spec.bpmn.model with parameters of type TImplicitThrowEvent Modifier and Type Method Description javax.xml.bind.JAXBElement<TImplicitThrowEvent>
ObjectFactory. createImplicitThrowEvent(TImplicitThrowEvent value)
void
TComplexBehaviorDefinition. setEvent(TImplicitThrowEvent value)
Sets the value of the event property.
-