public static class MagicDrawProfile.DragAndDropSpecificationStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APPENDMODE |
static java.lang.String |
PROPERTYACTIONRESULT |
static java.lang.String |
RELATIONACTIONRESULT |
static java.lang.String |
REPRESENTATIONTEXT |
static java.lang.String |
SOURCEELEMENT |
static java.lang.String |
STEREOTYPE_NAME |
Modifier | Constructor and Description |
---|---|
protected |
DragAndDropSpecificationStereotype(MagicDrawProfile profile) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String APPENDMODE
public static final java.lang.String PROPERTYACTIONRESULT
public static final java.lang.String RELATIONACTIONRESULT
public static final java.lang.String REPRESENTATIONTEXT
public static final java.lang.String SOURCEELEMENT
protected DragAndDropSpecificationStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getAppendModeProperty()
@CheckForNull public Property getPropertyActionResultProperty()
@CheckForNull public Property getRelationActionResultProperty()
@CheckForNull public Property getRepresentationTextProperty()
@CheckForNull public Property getSourceElementProperty()
public void setAppendMode(Element element, @CheckForNull java.lang.Boolean value)
public void clearAppendMode(Element element)
@CheckForNull public java.lang.Boolean isAppendMode(Element element)
public void setPropertyActionResult(Element element, @CheckForNull java.lang.String value)
public void clearPropertyActionResult(Element element)
@CheckForNull public java.lang.String getPropertyActionResult(Element element)
public void setRelationActionResult(Element element, @CheckForNull Element value)
public void clearRelationActionResult(Element element)
public void setRepresentationText(Element element, @CheckForNull java.lang.String value)
public void clearRepresentationText(Element element)
@CheckForNull public java.lang.String getRepresentationText(Element element)
public void clearSourceElement(Element element)
protected void clear()
clear
in class ProfileImplementation.ProfileElementWrapper<Stereotype>
public boolean is(@CheckForNull Element element)
ProfileImplementation.StereotypeWrapper
is
in class ProfileImplementation.StereotypeWrapper
element
- elementpublic static boolean isInstance(@CheckForNull Element element)