Class BPMN2Profile.MessageStartEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.MessageStartEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.MessageStartEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events.static final String
The Message MUST be supplied (if the processType attribute of the Process is set to executable).static final String
This attribute specifies the operation that is used by the Message Event.static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataOutputAssociation
(Element element, Element value) void
addDataOutputs
(Element element, Element value) protected void
clear()
void
clearDataOutputAssociation
(Element element) void
clearDataOutputs
(Element element) void
void
clearIsInterrupting
(Element element) void
clearMessageRef
(Element element) void
clearOperationRef
(Element element) void
clearOutputSet
(Element element) getDataOutputAssociation
(Element element) getDataOutputs
(Element element) getIsInterrupting
(Element element) getMessageRef
(Element element) getOperationRef
(Element element) getOutputSet
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeDataOutputAssociation
(Element element, Element value) void
removeDataOutputs
(Element element, Element value) void
setDataOutputAssociation
(Element element, Collection<? extends Element> value) void
setDataOutputs
(Element element, Collection<? extends Element> value) void
void
setIsInterrupting
(Element element, BPMN2Profile.isInterrupting_messageEnum value) void
setMessageRef
(Element element, Element value) void
setOperationRef
(Element element, Element value) void
setOutputSet
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ISINTERRUPTING
This attribute only applies to Start Events of Event Sub-Processes; it is ignored for other Start Events. This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be canceled or not, If the encompassing Sub-Process is not canceled, multiple instances of the Event Sub-Process can run concurrently. This attribute cannot be applied to Error Events (where it s always true), or Compensation Events (where it doesn t apply).- See Also:
-
DATAOUTPUTASSOCIATION
- See Also:
-
DATAOUTPUTS
- See Also:
-
OUTPUTSET
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
MESSAGEREF
The Message MUST be supplied (if the processType attribute of the Process is set to executable).- See Also:
-
OPERATIONREF
This attribute specifies the operation that is used by the Message Event. It MUST be specified for executable Processes.- See Also:
-
-
Constructor Details
-
MessageStartEventStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIsInterruptingProperty
-
getDataOutputAssociationProperty
-
getDataOutputsProperty
-
getOutputSetProperty
-
getIdProperty
-
getMessageRefProperty
-
getOperationRefProperty
-
setIsInterrupting
public void setIsInterrupting(Element element, @CheckForNull BPMN2Profile.isInterrupting_messageEnum value) -
clearIsInterrupting
-
getIsInterrupting
-
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
-
setMessageRef
-
clearMessageRef
-
getMessageRef
-
setOperationRef
-
clearOperationRef
-
getOperationRef
-
clear
protected void clear() -
is
-
isInstance
-