Class BPMN2Profile.InputOutputSpecificationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.InputOutputSpecificationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.InputOutputSpecificationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataInputs
(Element element, Element value) void
addDataOutputs
(Element element, Element value) void
addInputSets
(Element element, Element value) void
addOutputSets
(Element element, Element value) protected void
clear()
void
clearDataInputs
(Element element) void
clearDataOutputs
(Element element) void
void
clearInputSets
(Element element) void
clearOutputSets
(Element element) getDataInputs
(Element element) getDataOutputs
(Element element) getInputSets
(Element element) getOutputSets
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeDataInputs
(Element element, Element value) void
removeDataOutputs
(Element element, Element value) void
removeInputSets
(Element element, Element value) void
removeOutputSets
(Element element, Element value) void
setDataInputs
(Element element, Collection<? extends Element> value) void
setDataOutputs
(Element element, Collection<? extends Element> value) void
void
setInputSets
(Element element, Collection<? extends Element> value) void
setOutputSets
(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:
-
DATAINPUTS
- See Also:
-
DATAOUTPUTS
- See Also:
-
INPUTSETS
- See Also:
-
OUTPUTSETS
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
InputOutputSpecificationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDataInputsProperty
-
getDataOutputsProperty
-
getInputSetsProperty
-
getOutputSetsProperty
-
getIdProperty
-
setDataInputs
-
clearDataInputs
-
addDataInputs
-
removeDataInputs
-
getDataInputs
-
setDataOutputs
-
clearDataOutputs
-
addDataOutputs
-
removeDataOutputs
-
getDataOutputs
-
setInputSets
-
clearInputSets
-
addInputSets
-
removeInputSets
-
getInputSets
-
setOutputSets
-
clearOutputSets
-
addOutputSets
-
removeOutputSets
-
getOutputSets
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-