Class BPMN2Profile.EscalationStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.EscalationStereotype
-
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.EscalationStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringESCALATIONCODEFor 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 java.lang.StringIDThis attribute is used to uniquely identify BPMN elements.static java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringSTRUCTUREREF
-
Constructor Summary
Constructors Modifier Constructor Description protectedEscalationStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearEscalationCode(Element element)voidclearId(Element element)voidclearStructureRef(Element element)java.lang.StringgetEscalationCode(Element element)PropertygetEscalationCodeProperty()java.lang.StringgetId(Element element)PropertygetIdProperty()StereotypegetStereotype()Returns stereotype for this wrapper.ElementgetStructureRef(Element element)PropertygetStructureRefProperty()booleanis(Element element)static booleanisInstance(Element element)voidsetEscalationCode(Element element, java.lang.String value)voidsetId(Element element, java.lang.String value)voidsetStructureRef(Element element, Element value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
ESCALATIONCODE
public static final java.lang.String 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:
- Constant Field Values
-
STRUCTUREREF
public static final java.lang.String STRUCTUREREF
- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
This attribute is used to uniquely identify BPMN elements.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EscalationStereotype
protected EscalationStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getEscalationCodeProperty
@CheckForNull public Property getEscalationCodeProperty()
-
getStructureRefProperty
@CheckForNull public Property getStructureRefProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
setEscalationCode
public void setEscalationCode(Element element, @CheckForNull java.lang.String value)
-
clearEscalationCode
public void clearEscalationCode(Element element)
-
getEscalationCode
@CheckForNull public java.lang.String getEscalationCode(Element element)
-
clearStructureRef
public void clearStructureRef(Element element)
-
setId
public void setId(Element element, @CheckForNull java.lang.String value)
-
clearId
public void clearId(Element element)
-
getId
@CheckForNull public java.lang.String getId(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-