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