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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddOutputSetRefs(Element element, Element value) voidaddOutputSetWithOptional(Element element, Element value) voidaddOutputSetWithWhileExecuting(Element element, Element value) protected voidclear()voidvoidclearIsCollection(Element element) voidclearOutputSetRefs(Element element) voidclearOutputSetWithOptional(Element element) voidclearOutputSetWithWhileExecuting(Element element) getIsCollection(Element element) getOutputSetRefs(Element element) getOutputSetWithOptional(Element element) getOutputSetWithWhileExecuting(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveOutputSetRefs(Element element, Element value) voidremoveOutputSetWithOptional(Element element, Element value) voidremoveOutputSetWithWhileExecuting(Element element, Element value) voidvoidsetIsCollection(Element element, BPMN2Profile.isCollection_dataOutputEnum value) voidsetOutputSetRefs(Element element, Collection<? extends Element> value) voidsetOutputSetWithOptional(Element element, Collection<? extends Element> value) voidsetOutputSetWithWhileExecuting(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -