Class BPMN2Profile.MessageEventDefinitionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.MessageEventDefinitionStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.MessageEventDefinitionStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearMessageRef
(Element element) void
clearOperationRef
(Element element) getMessageRef
(Element element) getOperationRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
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:
-
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:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
MessageEventDefinitionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getMessageRefProperty
-
getOperationRefProperty
-
getIdProperty
-
setMessageRef
-
clearMessageRef
-
getMessageRef
-
setOperationRef
-
clearOperationRef
-
getOperationRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-