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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAssignment
(Element element, Element value) void
clearAssignment
(Element element) void
void
clearTransformation
(Element element) getAssignment
(Element element) Returns stereotype for this wrapper.getTransformation
(Element element) boolean
static boolean
isInstance
(Element element) void
removeAssignment
(Element element, Element value) void
setAssignment
(Element element, Collection<? extends Element> value) void
void
setTransformation
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAssignmentProperty
-
getTransformationProperty
-
getIdProperty
-
setAssignment
-
clearAssignment
-
addAssignment
-
removeAssignment
-
getAssignment
-
setTransformation
-
clearTransformation
-
getTransformation
-
setId
-
clearId
-
getId
-
is
-
isInstance
-