Class BPMN2Profile.DataInputStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DataInputStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.DataInputStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.static final String
A DataInput is used in one (1) or more InputSets.static final String
Each InputSet that uses this DataInput can determine if the Activity can start executing with this DataInput state in unavailable .static final String
Each InputSet that uses this DataInput can determine if the Activity can evaluate this DataInput while executing.static final String
Defines if the DataInput represents a collection of elements.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInputSetRefs
(Element element, Element value) void
addInputSetWithOptional
(Element element, Element value) void
addInputSetWithWhileExecuting
(Element element, Element value) protected void
clear()
void
void
clearInputSetRefs
(Element element) void
clearInputSetWithOptional
(Element element) void
clearInputSetWithWhileExecuting
(Element element) void
clearIsCollection
(Element element) getInputSetRefs
(Element element) getInputSetWithOptional
(Element element) getInputSetWithWhileExecuting
(Element element) getIsCollection
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeInputSetRefs
(Element element, Element value) void
removeInputSetWithOptional
(Element element, Element value) void
removeInputSetWithWhileExecuting
(Element element, Element value) void
void
setInputSetRefs
(Element element, Collection<? extends Element> value) void
setInputSetWithOptional
(Element element, Collection<? extends Element> value) void
setInputSetWithWhileExecuting
(Element element, Collection<? extends Element> value) void
setIsCollection
(Element element, BPMN2Profile.isCollection_dataInputEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
INPUTSETREFS
A DataInput is used in one (1) or more InputSets. This attribute is derived from the InputSets- See Also:
-
INPUTSETWITHOPTIONAL
Each InputSet that uses this DataInput can determine if the Activity can start executing with this DataInput state in unavailable . This attribute lists those InputSets.- See Also:
-
INPUTSETWITHWHILEEXECUTING
Each InputSet that uses this DataInput can determine if the Activity can evaluate this DataInput while executing. This attribute lists those InputSets.- See Also:
-
ISCOLLECTION
Defines if the DataInput 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:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
DataInputStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInputSetRefsProperty
-
getInputSetWithOptionalProperty
-
getInputSetWithWhileExecutingProperty
-
getIsCollectionProperty
-
getIdProperty
-
setInputSetRefs
-
clearInputSetRefs
-
addInputSetRefs
-
removeInputSetRefs
-
getInputSetRefs
-
setInputSetWithOptional
public void setInputSetWithOptional(Element element, @CheckForNull Collection<? extends Element> value) -
clearInputSetWithOptional
-
addInputSetWithOptional
-
removeInputSetWithOptional
-
getInputSetWithOptional
-
setInputSetWithWhileExecuting
public void setInputSetWithWhileExecuting(Element element, @CheckForNull Collection<? extends Element> value) -
clearInputSetWithWhileExecuting
-
addInputSetWithWhileExecuting
-
removeInputSetWithWhileExecuting
-
getInputSetWithWhileExecuting
-
setIsCollection
public void setIsCollection(Element element, @CheckForNull BPMN2Profile.isCollection_dataInputEnum value) -
clearIsCollection
-
getIsCollection
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-