Uses of Class
org.omg.spec.bpmn.model.TParticipantMultiplicity
-
Packages that use TParticipantMultiplicity Package Description org.omg.spec.bpmn.model -
-
Uses of TParticipantMultiplicity in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TParticipantMultiplicity Modifier and Type Field Description protected TParticipantMultiplicity
TParticipant. participantMultiplicity
Methods in org.omg.spec.bpmn.model that return TParticipantMultiplicity Modifier and Type Method Description TParticipantMultiplicity
ObjectFactory. createTParticipantMultiplicity()
Create an instance ofTParticipantMultiplicity
TParticipantMultiplicity
TParticipant. getParticipantMultiplicity()
Gets the value of the participantMultiplicity property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TParticipantMultiplicity Modifier and Type Method Description javax.xml.bind.JAXBElement<TParticipantMultiplicity>
ObjectFactory. createParticipantMultiplicity(TParticipantMultiplicity value)
Methods in org.omg.spec.bpmn.model with parameters of type TParticipantMultiplicity Modifier and Type Method Description javax.xml.bind.JAXBElement<TParticipantMultiplicity>
ObjectFactory. createParticipantMultiplicity(TParticipantMultiplicity value)
void
TParticipant. setParticipantMultiplicity(TParticipantMultiplicity value)
Sets the value of the participantMultiplicity property.
-