Class BPMN2Profile.OutputSetStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.OutputSetStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.OutputSetStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataOutputRefs
(Element element, Element value) void
addInputSetRefs
(Element element, Element value) void
addOptionalOutput
(Element element, Element value) void
addWhileExecutingOutput
(Element element, Element value) protected void
clear()
void
clearDataOutputRefs
(Element element) void
void
clearInputSetRefs
(Element element) void
clearOptionalOutput
(Element element) void
clearWhileExecutingOutput
(Element element) getDataOutputRefs
(Element element) getInputSetRefs
(Element element) getOptionalOutput
(Element element) Returns stereotype for this wrapper.getWhileExecutingOutput
(Element element) boolean
static boolean
isInstance
(Element element) void
removeDataOutputRefs
(Element element, Element value) void
removeInputSetRefs
(Element element, Element value) void
removeOptionalOutput
(Element element, Element value) void
removeWhileExecutingOutput
(Element element, Element value) void
setDataOutputRefs
(Element element, Collection<? extends Element> value) void
void
setInputSetRefs
(Element element, Collection<? extends Element> value) void
setOptionalOutput
(Element element, Collection<? extends Element> value) void
setWhileExecutingOutput
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DATAOUTPUTREFS
- See Also:
-
INPUTSETREFS
- See Also:
-
OPTIONALOUTPUT
- See Also:
-
WHILEEXECUTINGOUTPUT
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
OutputSetStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDataOutputRefsProperty
-
getInputSetRefsProperty
-
getOptionalOutputProperty
-
getWhileExecutingOutputProperty
-
getIdProperty
-
setDataOutputRefs
-
clearDataOutputRefs
-
addDataOutputRefs
-
removeDataOutputRefs
-
getDataOutputRefs
-
setInputSetRefs
-
clearInputSetRefs
-
addInputSetRefs
-
removeInputSetRefs
-
getInputSetRefs
-
setOptionalOutput
-
clearOptionalOutput
-
addOptionalOutput
-
removeOptionalOutput
-
getOptionalOutput
-
setWhileExecutingOutput
public void setWhileExecutingOutput(Element element, @CheckForNull Collection<? extends Element> value) -
clearWhileExecutingOutput
-
addWhileExecutingOutput
-
removeWhileExecutingOutput
-
getWhileExecutingOutput
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-