Class BPMN2Profile.LinkThrowIntermediateEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.LinkThrowIntermediateEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.LinkThrowIntermediateEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSources(Element element, Element value) voidclearDataInput(Element element) voidvoidclearInputSet(Element element) voidclearSources(Element element) voidclearTargetLinkEvent(Element element) getDataInput(Element element) getInputSet(Element element) getSources(Element element) Returns stereotype for this wrapper.getTargetLinkEvent(Element element) booleanstatic booleanisInstance(Element element) voidremoveSources(Element element, Element value) voidsetDataInput(Element element, Element value) voidvoidsetInputSet(Element element, Element value) voidsetSources(Element element, Collection<? extends Element> value) voidsetTargetLinkEvent(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
DATAINPUT
- See Also:
 
 - 
INPUTSET
- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 - 
SOURCES
- See Also:
 
 - 
TARGETLINKEVENT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
LinkThrowIntermediateEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getDataInputProperty
 - 
getInputSetProperty
 - 
getIdProperty
 - 
getSourcesProperty
 - 
getTargetLinkEventProperty
 - 
setDataInput
 - 
clearDataInput
 - 
getDataInput
 - 
setInputSet
 - 
clearInputSet
 - 
getInputSet
 - 
setId
 - 
clearId
 - 
getId
 - 
setSources
 - 
clearSources
 - 
addSources
 - 
removeSources
 - 
getSources
 - 
setTargetLinkEvent
 - 
clearTargetLinkEvent
 - 
getTargetLinkEvent
 - 
is
 - 
isInstance
 
 -