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
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearAppendMode
(Element element) void
clearPropertyActionResult
(Element element) void
clearRelationActionResult
(Element element) void
clearRepresentationText
(Element element) void
clearSourceElement
(Element element) getPropertyActionResult
(Element element) getRelationActionResult
(Element element) getRepresentationText
(Element element) getSourceElement
(Element element) Returns stereotype for this wrapper.boolean
isAppendMode
(Element element) static boolean
isInstance
(Element element) void
setAppendMode
(Element element, Boolean value) void
setPropertyActionResult
(Element element, String value) void
setRelationActionResult
(Element element, Element value) void
setRepresentationText
(Element element, String value) void
setSourceElement
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
APPENDMODE
- See Also:
-
PROPERTYACTIONRESULT
- See Also:
-
RELATIONACTIONRESULT
- See Also:
-
REPRESENTATIONTEXT
- See Also:
-
SOURCEELEMENT
- See Also:
-
-
Constructor Details
-
DragAndDropSpecificationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAppendModeProperty
-
getPropertyActionResultProperty
-
getRelationActionResultProperty
-
getRepresentationTextProperty
-
getSourceElementProperty
-
setAppendMode
-
clearAppendMode
-
isAppendMode
-
setPropertyActionResult
-
clearPropertyActionResult
-
getPropertyActionResult
-
setRelationActionResult
-
clearRelationActionResult
-
getRelationActionResult
-
setRepresentationText
-
clearRepresentationText
-
getRepresentationText
-
setSourceElement
-
clearSourceElement
-
getSourceElement
-
clear
protected void clear() -
is
-
isInstance
-