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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataInputs(Element element, Element value) voidaddDataOutputs(Element element, Element value) voidaddInputSets(Element element, Element value) voidaddOutputSets(Element element, Element value) protected voidclear()voidclearDataInputs(Element element) voidclearDataOutputs(Element element) voidvoidclearInputSets(Element element) voidclearOutputSets(Element element) getDataInputs(Element element) getDataOutputs(Element element) getInputSets(Element element) getOutputSets(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveDataInputs(Element element, Element value) voidremoveDataOutputs(Element element, Element value) voidremoveInputSets(Element element, Element value) voidremoveOutputSets(Element element, Element value) voidsetDataInputs(Element element, Collection<? extends Element> value) voidsetDataOutputs(Element element, Collection<? extends Element> value) voidvoidsetInputSets(Element element, Collection<? extends Element> value) voidsetOutputSets(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -