Class BPMN2Profile.MessageCatchIntermediateEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.MessageCatchIntermediateEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.MessageCatchIntermediateEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static 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 Stringstatic final String - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidvoidclearMessageRef(Element element) voidclearOperationRef(Element element) voidclearOutputSet(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getMessageRef(Element element) getOperationRef(Element element) getOutputSet(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidvoidsetMessageRef(Element element, Element value) voidsetOperationRef(Element element, Element value) voidsetOutputSet(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- 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
- 
MessageCatchIntermediateEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
getMessageRefProperty
 - 
getOperationRefProperty
 - 
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
 - 
is
 - 
isInstance
 
 -