Class BPMN2Profile.DataOutputAssociationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DataOutputAssociationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.DataOutputAssociationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssignment(Element element, Element value) voidclearAssignment(Element element) voidvoidclearTransformation(Element element) getAssignment(Element element) Returns stereotype for this wrapper.getTransformation(Element element) booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidremoveAssignment(Element element, Element value) voidsetAssignment(Element element, Collection<? extends Element> value) voidvoidsetTransformation(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ASSIGNMENT
Specifies one or more data elements Assignments. By using an Assignment, single data structure elements can be assigned from the source structure to the target structure.- See Also:
-
TRANSFORMATION
Specifies an optional transformation Expression. The actual scope of accessible data for that Expression is defined by the source and target of the specific Data Association types.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
DataOutputAssociationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getAssignmentProperty
-
getTransformationProperty
-
getIdProperty
-
setAssignment
-
clearAssignment
-
addAssignment
-
removeAssignment
-
getAssignment
-
setTransformation
-
clearTransformation
-
getTransformation
-
setId
-
clearId
-
getId
-
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-