Class BPMN2Profile.PartnerRoleStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.PartnerRoleStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.PartnerRoleStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addParticipantRef
(Element element, Element value) protected void
clear()
void
void
clearParticipantRef
(Element element) getParticipantRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeParticipantRef
(Element element, Element value) void
void
setParticipantRef
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
PARTICIPANTREF
Specifies how the PartnerRole participates in Collaborations and Choreographies- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
PartnerRoleStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getParticipantRefProperty
-
getIdProperty
-
setParticipantRef
-
clearParticipantRef
-
addParticipantRef
-
removeParticipantRef
-
getParticipantRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-