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 Modifier and Type Field Description static java.lang.StringDATAINPUTSstatic java.lang.StringDATAOUTPUTSstatic java.lang.StringIDThis attribute is used to uniquely identify BPMN elements.static java.lang.StringINPUTSETSstatic java.lang.StringOUTPUTSETSstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedInputOutputSpecificationStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataInputs(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)voidclearId(Element element)voidclearInputSets(Element element)voidclearOutputSets(Element element)java.util.List<Element>getDataInputs(Element element)PropertygetDataInputsProperty()java.util.List<Element>getDataOutputs(Element element)PropertygetDataOutputsProperty()java.lang.StringgetId(Element element)PropertygetIdProperty()java.util.List<Element>getInputSets(Element element)PropertygetInputSetsProperty()java.util.List<Element>getOutputSets(Element element)PropertygetOutputSetsProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static 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, java.util.Collection<? extends Element> value)voidsetDataOutputs(Element element, java.util.Collection<? extends Element> value)voidsetId(Element element, java.lang.String value)voidsetInputSets(Element element, java.util.Collection<? extends Element> value)voidsetOutputSets(Element element, java.util.Collection<? extends Element> value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
DATAINPUTS
public static final java.lang.String DATAINPUTS
- See Also:
- Constant Field Values
-
DATAOUTPUTS
public static final java.lang.String DATAOUTPUTS
- See Also:
- Constant Field Values
-
INPUTSETS
public static final java.lang.String INPUTSETS
- See Also:
- Constant Field Values
-
OUTPUTSETS
public static final java.lang.String OUTPUTSETS
- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
This attribute is used to uniquely identify BPMN elements.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputOutputSpecificationStereotype
protected InputOutputSpecificationStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getDataInputsProperty
@CheckForNull public Property getDataInputsProperty()
-
getDataOutputsProperty
@CheckForNull public Property getDataOutputsProperty()
-
getInputSetsProperty
@CheckForNull public Property getInputSetsProperty()
-
getOutputSetsProperty
@CheckForNull public Property getOutputSetsProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
setDataInputs
public void setDataInputs(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearDataInputs
public void clearDataInputs(Element element)
-
setDataOutputs
public void setDataOutputs(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearDataOutputs
public void clearDataOutputs(Element element)
-
setInputSets
public void setInputSets(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearInputSets
public void clearInputSets(Element element)
-
setOutputSets
public void setOutputSets(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearOutputSets
public void clearOutputSets(Element element)
-
setId
public void setId(Element element, @CheckForNull java.lang.String value)
-
clearId
public void clearId(Element element)
-
getId
@CheckForNull public java.lang.String getId(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-