Class BPMN2Profile.MessageThrowIntermediateEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.MessageThrowIntermediateEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.MessageThrowIntermediateEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
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
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearDataInput
(Element element) void
void
clearInputSet
(Element element) void
clearMessageRef
(Element element) void
clearOperationRef
(Element element) getDataInput
(Element element) getInputSet
(Element element) getMessageRef
(Element element) getOperationRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setDataInput
(Element element, Element value) void
void
setInputSet
(Element element, Element value) void
setMessageRef
(Element element, Element value) void
setOperationRef
(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:
-
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
-
MessageThrowIntermediateEventStereotype
-
-
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
-
getMessageRefProperty
-
getOperationRefProperty
-
setDataInput
-
clearDataInput
-
getDataInput
-
setInputSet
-
clearInputSet
-
getInputSet
-
setId
-
clearId
-
getId
-
setMessageRef
-
clearMessageRef
-
getMessageRef
-
setOperationRef
-
clearOperationRef
-
getOperationRef
-
is
-
isInstance
-