Class BPMN2Profile.EscalationThrowIntermediateEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.EscalationThrowIntermediateEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.EscalationThrowIntermediateEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidclearDataInput(Element element) voidclearEscalationCode(Element element) voidclearEscalationRef(Element element) voidvoidclearInputSet(Element element) voidclearStructureRef(Element element) getDataInput(Element element) getEscalationCode(Element element) getEscalationRef(Element element) getInputSet(Element element) Returns stereotype for this wrapper.getStructureRef(Element element) booleanstatic booleanisInstance(Element element) voidsetDataInput(Element element, Element value) voidsetEscalationCode(Element element, String value) voidsetEscalationRef(Element element, Element value) voidvoidsetInputSet(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:
-
DATAINPUT
- See Also:
-
INPUTSET
- 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
-
EscalationThrowIntermediateEventStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getDataInputProperty
-
getInputSetProperty
-
getIdProperty
-
getEscalationCodeProperty
-
getEscalationRefProperty
-
getStructureRefProperty
-
setDataInput
-
clearDataInput
-
getDataInput
-
setInputSet
-
clearInputSet
-
getInputSet
-
setId
-
clearId
-
getId
-
setEscalationCode
-
clearEscalationCode
-
getEscalationCode
-
setEscalationRef
-
clearEscalationRef
-
getEscalationRef
-
setStructureRef
-
clearStructureRef
-
getStructureRef
-
is
-
isInstance
-