Class BPMN2Profile.MessageEndEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.MessageEndEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.MessageEndEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final StringThe Message MUST be supplied (if the processType attribute of the Process is set to executable).static final StringThis attribute specifies the operation that is used by the Message Event.static final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclearDataInput(Element element) voidvoidclearInputSet(Element element) voidclearMessageRef(Element element) voidclearOperationRef(Element element) getDataInput(Element element) getInputSet(Element element) getMessageRef(Element element) getOperationRef(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidsetDataInput(Element element, Element value) voidvoidsetInputSet(Element element, Element value) voidsetMessageRef(Element element, Element value) voidsetOperationRef(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
- 
MessageEndEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -