Uses of Class
org.omg.spec.bpmn.model.TConversationAssociation
- 
Packages that use TConversationAssociation Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TConversationAssociation in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TConversationAssociation Modifier and Type Field Description protected List<TConversationAssociation>TCollaboration. conversationAssociationMethods in org.omg.spec.bpmn.model that return TConversationAssociation Modifier and Type Method Description TConversationAssociationObjectFactory. createTConversationAssociation()Create an instance ofTConversationAssociationMethods in org.omg.spec.bpmn.model that return types with arguments of type TConversationAssociation Modifier and Type Method Description javax.xml.bind.JAXBElement<TConversationAssociation>ObjectFactory. createConversationAssociation(TConversationAssociation value)List<TConversationAssociation>TCollaboration. getConversationAssociation()Gets the value of the conversationAssociation property.Methods in org.omg.spec.bpmn.model with parameters of type TConversationAssociation Modifier and Type Method Description javax.xml.bind.JAXBElement<TConversationAssociation>ObjectFactory. createConversationAssociation(TConversationAssociation value) 
 -