Class BPMN2Profile.SignalBoundaryEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.SignalBoundaryEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.SignalBoundaryEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final StringIf the Trigger is a Signal, then a Signal is providedstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) protected voidclear()voidclearAttachedToRef(Element element) voidclearCancelActivity(Element element) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidvoidclearOutputSet(Element element) voidclearSignalRef(Element element) getAttachedToRef(Element element) getCancelActivity(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getOutputSet(Element element) getSignalRef(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetAttachedToRef(Element element, Element value) voidsetCancelActivity(Element element, BPMN2Profile.cancelActivity_signalEnum value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidvoidsetOutputSet(Element element, Element value) voidsetSignalRef(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
CANCELACTIVITY
- See Also:
 
 - 
ATTACHEDTOREF
- See Also:
 
 - 
DATAOUTPUTASSOCIATION
- See Also:
 
 - 
DATAOUTPUTS
- See Also:
 
 - 
OUTPUTSET
- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 - 
SIGNALREF
If the Trigger is a Signal, then a Signal is provided- See Also:
 
 
 - 
 - 
Constructor Details
- 
SignalBoundaryEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getCancelActivityProperty
 - 
getAttachedToRefProperty
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
getSignalRefProperty
 - 
setCancelActivity
public void setCancelActivity(Element element, @CheckForNull BPMN2Profile.cancelActivity_signalEnum value)  - 
clearCancelActivity
 - 
getCancelActivity
 - 
setAttachedToRef
 - 
clearAttachedToRef
 - 
getAttachedToRef
 - 
setDataOutputAssociation
public void setDataOutputAssociation(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearDataOutputAssociation
 - 
addDataOutputAssociation
 - 
removeDataOutputAssociation
 - 
getDataOutputAssociation
 - 
setDataOutputs
 - 
clearDataOutputs
 - 
addDataOutputs
 - 
removeDataOutputs
 - 
getDataOutputs
 - 
setOutputSet
 - 
clearOutputSet
 - 
getOutputSet
 - 
setId
 - 
clearId
 - 
getId
 - 
setSignalRef
 - 
clearSignalRef
 - 
getSignalRef
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -