Package com.nomagic.uml2
Class MagicDrawProfile.DragAndDropSpecificationStereotype
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
 - 
- 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 static java.lang.StringAPPENDMODEstatic java.lang.StringPROPERTYACTIONRESULTstatic java.lang.StringRELATIONACTIONRESULTstatic java.lang.StringREPRESENTATIONTEXTstatic java.lang.StringSOURCEELEMENTstatic java.lang.StringSTEREOTYPE_NAME 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedDragAndDropSpecificationStereotype(MagicDrawProfile profile) 
- 
Method Summary
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
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
 
 
 - 
 
- 
Constructor Detail
- 
DragAndDropSpecificationStereotype
protected DragAndDropSpecificationStereotype(MagicDrawProfile profile)
 
 - 
 
- 
Method Detail
- 
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
 
- 
is
public boolean is(@CheckForNull Element element) 
- 
isInstance
public static boolean isInstance(@CheckForNull Element element) 
 - 
 
 -