Uses of Class
org.omg.spec.bpmn.model.TParticipantAssociation
-
Packages that use TParticipantAssociation Package Description org.omg.spec.bpmn.model -
-
Uses of TParticipantAssociation in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TParticipantAssociation Modifier and Type Field Description protected List<TParticipantAssociation>
TCallChoreography. participantAssociation
protected List<TParticipantAssociation>
TCallConversation. participantAssociation
protected List<TParticipantAssociation>
TCollaboration. participantAssociation
Methods in org.omg.spec.bpmn.model that return TParticipantAssociation Modifier and Type Method Description TParticipantAssociation
ObjectFactory. createTParticipantAssociation()
Create an instance ofTParticipantAssociation
Methods in org.omg.spec.bpmn.model that return types with arguments of type TParticipantAssociation Modifier and Type Method Description javax.xml.bind.JAXBElement<TParticipantAssociation>
ObjectFactory. createParticipantAssociation(TParticipantAssociation value)
List<TParticipantAssociation>
TCallChoreography. getParticipantAssociation()
Gets the value of the participantAssociation property.List<TParticipantAssociation>
TCallConversation. getParticipantAssociation()
Gets the value of the participantAssociation property.List<TParticipantAssociation>
TCollaboration. getParticipantAssociation()
Gets the value of the participantAssociation property.Methods in org.omg.spec.bpmn.model with parameters of type TParticipantAssociation Modifier and Type Method Description javax.xml.bind.JAXBElement<TParticipantAssociation>
ObjectFactory. createParticipantAssociation(TParticipantAssociation value)
-