Class BPMN2Profile.ChoreographyActivityStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ChoreographyActivityStereotype
-
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ChoreographyActivityStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private BPMN2Profile_pprivate PropertyboundaryEventRefsstatic java.lang.StringBOUNDARYEVENTREFSstatic java.lang.StringIDThis attribute is used to uniquely identify BPMN elements.private PropertyinitiatingParticipantRefstatic java.lang.StringINITIATINGPARTICIPANTREFOne (1) of the Participants will be the one that initiates the Choreography Activityprivate PropertyparticipantRefsstatic java.lang.StringPARTICIPANTREFSA Choreography Activity has two (2) or more Participantsstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedChoreographyActivityStereotype(BPMN2Profile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
BOUNDARYEVENTREFS
public static final java.lang.String BOUNDARYEVENTREFS
- See Also:
- Constant Field Values
-
INITIATINGPARTICIPANTREF
public static final java.lang.String INITIATINGPARTICIPANTREF
One (1) of the Participants will be the one that initiates the Choreography Activity- See Also:
- Constant Field Values
-
PARTICIPANTREFS
public static final java.lang.String PARTICIPANTREFS
A Choreography Activity has two (2) or more Participants- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
This attribute is used to uniquely identify BPMN elements.- See Also:
- Constant Field Values
-
_p
private final BPMN2Profile _p
-
boundaryEventRefs
@CheckForNull private Property boundaryEventRefs
-
initiatingParticipantRef
@CheckForNull private Property initiatingParticipantRef
-
participantRefs
@CheckForNull private Property participantRefs
-
-
Constructor Detail
-
ChoreographyActivityStereotype
protected ChoreographyActivityStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getBoundaryEventRefsProperty
@CheckForNull public Property getBoundaryEventRefsProperty()
-
getInitiatingParticipantRefProperty
@CheckForNull public Property getInitiatingParticipantRefProperty()
-
getParticipantRefsProperty
@CheckForNull public Property getParticipantRefsProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
setBoundaryEventRefs
public void setBoundaryEventRefs(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearBoundaryEventRefs
public void clearBoundaryEventRefs(Element element)
-
setInitiatingParticipantRef
public void setInitiatingParticipantRef(Element element, @CheckForNull Element value)
-
clearInitiatingParticipantRef
public void clearInitiatingParticipantRef(Element element)
-
getInitiatingParticipantRef
@CheckForNull public Element getInitiatingParticipantRef(Element element)
-
setParticipantRefs
public void setParticipantRefs(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearParticipantRefs
public void clearParticipantRefs(Element element)
-
setId
public void setId(Element element, @CheckForNull java.lang.String value)
-
clearId
public void clearId(Element element)
-
getId
@CheckForNull public java.lang.String getId(Element element)
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-