Class BPMN2Profile.DataOutputStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DataOutputStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.DataOutputStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOutputSetRefs
(Element element, Element value) void
addOutputSetWithOptional
(Element element, Element value) void
addOutputSetWithWhileExecuting
(Element element, Element value) protected void
clear()
void
void
clearIsCollection
(Element element) void
clearOutputSetRefs
(Element element) void
clearOutputSetWithOptional
(Element element) void
clearOutputSetWithWhileExecuting
(Element element) getIsCollection
(Element element) getOutputSetRefs
(Element element) getOutputSetWithOptional
(Element element) getOutputSetWithWhileExecuting
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeOutputSetRefs
(Element element, Element value) void
removeOutputSetWithOptional
(Element element, Element value) void
removeOutputSetWithWhileExecuting
(Element element, Element value) void
void
setIsCollection
(Element element, BPMN2Profile.isCollection_dataOutputEnum value) void
setOutputSetRefs
(Element element, Collection<? extends Element> value) void
setOutputSetWithOptional
(Element element, Collection<? extends Element> value) void
setOutputSetWithWhileExecuting
(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:
-
ISCOLLECTION
Defines if the DataOutput represents a collection of elements. It is needed when no itemDefinition is referenced. If an itemDefinition is referenced, then this attribute MUST have the same value as the isCollection attribute of the referenced itemDefinition. The default value for this attribute is false.- See Also:
-
OUTPUTSETREFS
- See Also:
-
OUTPUTSETWITHOPTIONAL
- See Also:
-
OUTPUTSETWITHWHILEEXECUTING
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
DataOutputStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIsCollectionProperty
-
getOutputSetRefsProperty
-
getOutputSetWithOptionalProperty
-
getOutputSetWithWhileExecutingProperty
-
getIdProperty
-
setIsCollection
public void setIsCollection(Element element, @CheckForNull BPMN2Profile.isCollection_dataOutputEnum value) -
clearIsCollection
-
getIsCollection
-
setOutputSetRefs
-
clearOutputSetRefs
-
addOutputSetRefs
-
removeOutputSetRefs
-
getOutputSetRefs
-
setOutputSetWithOptional
public void setOutputSetWithOptional(Element element, @CheckForNull Collection<? extends Element> value) -
clearOutputSetWithOptional
-
addOutputSetWithOptional
-
removeOutputSetWithOptional
-
getOutputSetWithOptional
-
setOutputSetWithWhileExecuting
public void setOutputSetWithWhileExecuting(Element element, @CheckForNull Collection<? extends Element> value) -
clearOutputSetWithWhileExecuting
-
addOutputSetWithWhileExecuting
-
removeOutputSetWithWhileExecuting
-
getOutputSetWithWhileExecuting
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-