Class BPMN2Profile.LinkEventDefinitionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.LinkEventDefinitionStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.LinkEventDefinitionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSources
(Element element, Element value) protected void
clear()
void
void
clearSources
(Element element) void
clearTargetLinkEvent
(Element element) getSources
(Element element) Returns stereotype for this wrapper.getTargetLinkEvent
(Element element) boolean
static boolean
isInstance
(Element element) void
removeSources
(Element element, Element value) void
void
setSources
(Element element, Collection<? extends Element> value) void
setTargetLinkEvent
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
SOURCES
- See Also:
-
TARGETLINKEVENT
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
LinkEventDefinitionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getSourcesProperty
-
getTargetLinkEventProperty
-
getIdProperty
-
setSources
-
clearSources
-
addSources
-
removeSources
-
getSources
-
setTargetLinkEvent
-
clearTargetLinkEvent
-
getTargetLinkEvent
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-