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 Modifier and Type Field Description static java.lang.StringASSIGNMENTSpecifies one or more data elements Assignments.static java.lang.StringIDThis attribute is used to uniquely identify BPMN elements.static java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTRANSFORMATIONSpecifies an optional transformation Expression.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataInputAssociationStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAssignment(Element element, Element value)voidclearAssignment(Element element)voidclearId(Element element)voidclearTransformation(Element element)java.util.List<Element>getAssignment(Element element)PropertygetAssignmentProperty()java.lang.StringgetId(Element element)PropertygetIdProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetTransformation(Element element)PropertygetTransformationProperty()booleanis(Element element)static booleanisInstance(Element element)voidremoveAssignment(Element element, Element value)voidsetAssignment(Element element, java.util.Collection<? extends Element> value)voidsetId(Element element, java.lang.String value)voidsetTransformation(Element element, java.lang.String value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
ASSIGNMENT
public static final java.lang.String 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:
- Constant Field Values
-
TRANSFORMATION
public static final java.lang.String 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:
- Constant Field Values
-
ID
public static final java.lang.String ID
This attribute is used to uniquely identify BPMN elements.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataInputAssociationStereotype
protected DataInputAssociationStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getAssignmentProperty
@CheckForNull public Property getAssignmentProperty()
-
getTransformationProperty
@CheckForNull public Property getTransformationProperty()
-
getIdProperty
@CheckForNull public Property getIdProperty()
-
setAssignment
public void setAssignment(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearAssignment
public void clearAssignment(Element element)
-
setTransformation
public void setTransformation(Element element, @CheckForNull java.lang.String value)
-
clearTransformation
public void clearTransformation(Element element)
-
getTransformation
@CheckForNull public java.lang.String getTransformation(Element element)
-
setId
public void setId(Element element, @CheckForNull java.lang.String value)
-
clearId
public void clearId(Element element)
-
getId
@CheckForNull public java.lang.String getId(Element element)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-