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
Modifier and TypeFieldDescriptionstatic final String
static final String
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).static final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
static final String
static final String
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearDataInput
(Element element) void
clearEscalationCode
(Element element) void
clearEscalationRef
(Element element) void
void
clearInputSet
(Element element) void
clearStructureRef
(Element element) getDataInput
(Element element) getEscalationCode
(Element element) getEscalationRef
(Element element) getInputSet
(Element element) Returns stereotype for this wrapper.getStructureRef
(Element element) boolean
static boolean
isInstance
(Element element) void
setDataInput
(Element element, Element value) void
setEscalationCode
(Element element, String value) void
setEscalationRef
(Element element, Element value) void
void
setInputSet
(Element element, Element value) void
setStructureRef
(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-