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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearAppendMode(Element element) voidclearPropertyActionResult(Element element) voidclearRelationActionResult(Element element) voidclearRepresentationText(Element element) voidclearSourceElement(Element element) getPropertyActionResult(Element element) getRelationActionResult(Element element) getRepresentationText(Element element) getSourceElement(Element element) Returns stereotype for this wrapper.booleanisAppendMode(Element element) static booleanisInstance(Element element) voidsetAppendMode(Element element, Boolean value) voidsetPropertyActionResult(Element element, String value) voidsetRelationActionResult(Element element, Element value) voidsetRepresentationText(Element element, String value) voidsetSourceElement(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-