Class BPMN2Profile.ErrorBoundaryEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ErrorBoundaryEventStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.ErrorBoundaryEventStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringIf the Trigger is an Error, then an Error payload MAY be provided.static final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataOutputAssociation(Element element, Element value) voidaddDataOutputs(Element element, Element value) voidclearAttachedToRef(Element element) voidclearDataOutputAssociation(Element element) voidclearDataOutputs(Element element) voidclearErrorRef(Element element) voidvoidclearOutputSet(Element element) getAttachedToRef(Element element) getDataOutputAssociation(Element element) getDataOutputs(Element element) getErrorRef(Element element) getOutputSet(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveDataOutputAssociation(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidsetAttachedToRef(Element element, Element value) voidsetDataOutputAssociation(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidsetErrorRef(Element element, 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:
 
 - 
ATTACHEDTOREF
- See Also:
 
 - 
DATAOUTPUTASSOCIATION
- See Also:
 
 - 
DATAOUTPUTS
- See Also:
 
 - 
OUTPUTSET
- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 - 
ERRORREF
If the Trigger is an Error, then an Error payload MAY be provided.- See Also:
 
 
 - 
 - 
Constructor Details
- 
ErrorBoundaryEventStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getAttachedToRefProperty
 - 
getDataOutputAssociationProperty
 - 
getDataOutputsProperty
 - 
getOutputSetProperty
 - 
getIdProperty
 - 
getErrorRefProperty
 - 
setAttachedToRef
 - 
clearAttachedToRef
 - 
getAttachedToRef
 - 
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
 - 
setErrorRef
 - 
clearErrorRef
 - 
getErrorRef
 - 
is
 - 
isInstance
 
 -