Uses of Class
org.omg.spec.bpmn.model.TConversationNode
- 
Packages that use TConversationNode Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TConversationNode in org.omg.spec.bpmn.model
Subclasses of TConversationNode in org.omg.spec.bpmn.model Modifier and Type Class Description classTCallConversationJava class for tCallConversation complex type.classTConversationJava class for tConversation complex type.classTSubConversationJava class for tSubConversation complex type.Fields in org.omg.spec.bpmn.model with type parameters of type TConversationNode Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TConversationNode>>TCollaboration. conversationNodeprotected List<javax.xml.bind.JAXBElement<? extends TConversationNode>>TSubConversation. conversationNodeMethods in org.omg.spec.bpmn.model that return types with arguments of type TConversationNode Modifier and Type Method Description javax.xml.bind.JAXBElement<TConversationNode>ObjectFactory. createConversationNode(TConversationNode value)List<javax.xml.bind.JAXBElement<? extends TConversationNode>>TCollaboration. getConversationNode()Gets the value of the conversationNode property.List<javax.xml.bind.JAXBElement<? extends TConversationNode>>TSubConversation. getConversationNode()Gets the value of the conversationNode property.Methods in org.omg.spec.bpmn.model with parameters of type TConversationNode Modifier and Type Method Description javax.xml.bind.JAXBElement<TConversationNode>ObjectFactory. createConversationNode(TConversationNode value) 
 -