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 class
TCallConversation
Java class for tCallConversation complex type.class
TConversation
Java class for tConversation complex type.class
TSubConversation
Java 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. conversationNode
protected List<javax.xml.bind.JAXBElement<? extends TConversationNode>>
TSubConversation. conversationNode
Methods 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)
-