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.String
DATAINPUTS
static java.lang.String
DATAOUTPUTS
static java.lang.String
ID
This attribute is used to uniquely identify BPMN elements.static java.lang.String
INPUTSETS
static java.lang.String
OUTPUTSETS
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
InputOutputSpecificationStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
clearId(Element element)
void
clearInputSets(Element element)
void
clearOutputSets(Element element)
java.util.List<Element>
getDataInputs(Element element)
Property
getDataInputsProperty()
java.util.List<Element>
getDataOutputs(Element element)
Property
getDataOutputsProperty()
java.lang.String
getId(Element element)
Property
getIdProperty()
java.util.List<Element>
getInputSets(Element element)
Property
getInputSetsProperty()
java.util.List<Element>
getOutputSets(Element element)
Property
getOutputSetsProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.boolean
is(Element element)
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, java.util.Collection<? extends Element> value)
void
setDataOutputs(Element element, java.util.Collection<? extends Element> value)
void
setId(Element element, java.lang.String value)
void
setInputSets(Element element, java.util.Collection<? extends Element> value)
void
setOutputSets(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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)
-
-