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