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
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringA DataInput is used in one (1) or more InputSets.static final StringEach InputSet that uses this DataInput can determine if the Activity can start executing with this DataInput state in unavailable .static final StringEach InputSet that uses this DataInput can determine if the Activity can evaluate this DataInput while executing.static final StringDefines if the DataInput represents a collection of elements.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInputSetRefs(Element element, Element value) voidaddInputSetWithOptional(Element element, Element value) voidaddInputSetWithWhileExecuting(Element element, Element value) protected voidclear()voidvoidclearInputSetRefs(Element element) voidclearInputSetWithOptional(Element element) voidclearInputSetWithWhileExecuting(Element element) voidclearIsCollection(Element element) getInputSetRefs(Element element) getInputSetWithOptional(Element element) getInputSetWithWhileExecuting(Element element) getIsCollection(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveInputSetRefs(Element element, Element value) voidremoveInputSetWithOptional(Element element, Element value) voidremoveInputSetWithWhileExecuting(Element element, Element value) voidvoidsetInputSetRefs(Element element, Collection<? extends Element> value) voidsetInputSetWithOptional(Element element, Collection<? extends Element> value) voidsetInputSetWithWhileExecuting(Element element, Collection<? extends Element> value) voidsetIsCollection(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-