Class BPMN2Profile.DataInputAssociationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.DataInputAssociationStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.DataInputAssociationStereotype
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) booleanstatic 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, 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
- 
DataInputAssociationStereotype
 
 - 
 - 
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
 - 
isInstance
 
 -