Class BPMN2Profile.EscalationBoundaryEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.EscalationBoundaryEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.EscalationBoundaryEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFor an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable).static final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final Stringstatic 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) voidclearEscalationCode(Element element) voidclearEscalationRef(Element element) voidvoidclearOutputSet(Element element) voidclearStructureRef(Element element) getAttachedToRef(Element element) getCancelActivity(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getEscalationCode(Element element) getEscalationRef(Element element) getOutputSet(Element element) Returns stereotype for this wrapper.getStructureRef(Element element) booleanstatic booleanisInstance(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetAttachedToRef(Element element, Element value) voidsetCancelActivity(Element element, BPMN2Profile.cancelActivity_escalationEnum value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidsetEscalationCode(Element element, String value) voidsetEscalationRef(Element element, Element value) voidvoidsetOutputSet(Element element, Element value) voidsetStructureRef(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:
 
 - 
ESCALATIONCODE
For an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable). This throws the escalation. For an Intermediate Event within Normal Flow: If the Trigger is an Escalation, then the escalationCode MUST be entered (if the processType attribute of the Process is set to executable). This throws the escalation. For an Intermediate Event attached to the boundary of an Activity: If the Trigger is an Escalation, then the escalationCode MAY be entered. This Event catches the escalation. If there is no escalationCode, then any escalation SHALL trigger the Event. If there is an escalationCode, then only an escalation that matches the escalationCode SHALL trigger the Event.- See Also:
 
 - 
ESCALATIONREF
- See Also:
 
 - 
STRUCTUREREF
- See Also:
 
 
 - 
 - 
Constructor Details
- 
EscalationBoundaryEventStereotype
 
 - 
 - 
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
 - 
getEscalationCodeProperty
 - 
getEscalationRefProperty
 - 
getStructureRefProperty
 - 
setCancelActivity
public void setCancelActivity(Element element, @CheckForNull BPMN2Profile.cancelActivity_escalationEnum 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
 - 
setEscalationCode
 - 
clearEscalationCode
 - 
getEscalationCode
 - 
setEscalationRef
 - 
clearEscalationRef
 - 
getEscalationRef
 - 
setStructureRef
 - 
clearStructureRef
 - 
getStructureRef
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -