Class BPMN2Profile.BPMNAssociationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.BPMNAssociationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.BPMNAssociationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearAssociationDirection
(Element element) void
getAssociationDirection
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setAssociationDirection
(Element element, BPMN2Profile.AssociationDirectionEnum value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ASSOCIATIONDIRECTION
associationDirection is an attribute that defines whether or not the Association shows any directionality with an arrowhead. The default is None (no arrowhead). A value of One means that the arrowhead SHALL be at the Target Object. A value of Both means that there SHALL be an arrowhead at both ends of the Association line.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
BPMNAssociationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAssociationDirectionProperty
-
getIdProperty
-
setAssociationDirection
public void setAssociationDirection(Element element, @CheckForNull BPMN2Profile.AssociationDirectionEnum value) -
clearAssociationDirection
-
getAssociationDirection
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-