Package com.nomagic.uml2
Class MagicDrawProfile.DragAndDropSpecificationStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.DragAndDropSpecificationStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.DragAndDropSpecificationStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private MagicDrawProfile
_p
private Property
appendMode
static java.lang.String
APPENDMODE
private Property
propertyActionResult
static java.lang.String
PROPERTYACTIONRESULT
private Property
relationActionResult
static java.lang.String
RELATIONACTIONRESULT
private Property
representationText
static java.lang.String
REPRESENTATIONTEXT
private Property
sourceElement
static java.lang.String
SOURCEELEMENT
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
DragAndDropSpecificationStereotype(MagicDrawProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
APPENDMODE
public static final java.lang.String APPENDMODE
- See Also:
- Constant Field Values
-
PROPERTYACTIONRESULT
public static final java.lang.String PROPERTYACTIONRESULT
- See Also:
- Constant Field Values
-
RELATIONACTIONRESULT
public static final java.lang.String RELATIONACTIONRESULT
- See Also:
- Constant Field Values
-
REPRESENTATIONTEXT
public static final java.lang.String REPRESENTATIONTEXT
- See Also:
- Constant Field Values
-
SOURCEELEMENT
public static final java.lang.String SOURCEELEMENT
- See Also:
- Constant Field Values
-
_p
private final MagicDrawProfile _p
-
appendMode
@CheckForNull private Property appendMode
-
propertyActionResult
@CheckForNull private Property propertyActionResult
-
relationActionResult
@CheckForNull private Property relationActionResult
-
representationText
@CheckForNull private Property representationText
-
sourceElement
@CheckForNull private Property sourceElement
-
-
Constructor Detail
-
DragAndDropSpecificationStereotype
protected DragAndDropSpecificationStereotype(MagicDrawProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAppendModeProperty
@CheckForNull public Property getAppendModeProperty()
-
getPropertyActionResultProperty
@CheckForNull public Property getPropertyActionResultProperty()
-
getRelationActionResultProperty
@CheckForNull public Property getRelationActionResultProperty()
-
getRepresentationTextProperty
@CheckForNull public Property getRepresentationTextProperty()
-
getSourceElementProperty
@CheckForNull public Property getSourceElementProperty()
-
setAppendMode
public void setAppendMode(Element element, @CheckForNull java.lang.Boolean value)
-
clearAppendMode
public void clearAppendMode(Element element)
-
isAppendMode
@CheckForNull public java.lang.Boolean isAppendMode(Element element)
-
setPropertyActionResult
public void setPropertyActionResult(Element element, @CheckForNull java.lang.String value)
-
clearPropertyActionResult
public void clearPropertyActionResult(Element element)
-
getPropertyActionResult
@CheckForNull public java.lang.String getPropertyActionResult(Element element)
-
setRelationActionResult
public void setRelationActionResult(Element element, @CheckForNull Element value)
-
clearRelationActionResult
public void clearRelationActionResult(Element element)
-
setRepresentationText
public void setRepresentationText(Element element, @CheckForNull java.lang.String value)
-
clearRepresentationText
public void clearRepresentationText(Element element)
-
getRepresentationText
@CheckForNull public java.lang.String getRepresentationText(Element element)
-
clearSourceElement
public void clearSourceElement(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
Description copied from class:ProfileImplementation.StereotypeWrapper
Checks if stereotype of this wrapper is applied to given element.- Parameters:
element
- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-