Uses of Class
org.omg.spec.bpmn.model.TMessageFlow
-
Packages that use TMessageFlow Package Description org.omg.spec.bpmn.model -
-
Uses of TMessageFlow in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TMessageFlow Modifier and Type Field Description protected List<TMessageFlow>
TCollaboration. messageFlow
Methods in org.omg.spec.bpmn.model that return TMessageFlow Modifier and Type Method Description TMessageFlow
ObjectFactory. createTMessageFlow()
Create an instance ofTMessageFlow
Methods in org.omg.spec.bpmn.model that return types with arguments of type TMessageFlow Modifier and Type Method Description javax.xml.bind.JAXBElement<TMessageFlow>
ObjectFactory. createMessageFlow(TMessageFlow value)
List<TMessageFlow>
TCollaboration. getMessageFlow()
Gets the value of the messageFlow property.Methods in org.omg.spec.bpmn.model with parameters of type TMessageFlow Modifier and Type Method Description javax.xml.bind.JAXBElement<TMessageFlow>
ObjectFactory. createMessageFlow(TMessageFlow value)
-