Class BPMN2Profile.IntermediateCatchEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.IntermediateCatchEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.IntermediateCatchEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidvoidclearOutputSet(Element element) getDataOutputAssociation(Element element) getDataOutputs(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) voidvoidsetOutputSet(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:
 
 
 - 
 - 
Constructor Details
- 
IntermediateCatchEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
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
 - 
is
 - 
isInstance
 
 -