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 Details

  • Constructor Details

    • DragAndDropSpecificationStereotype

      protected DragAndDropSpecificationStereotype(MagicDrawProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.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 Boolean value)
    • clearAppendMode

      public void clearAppendMode(Element element)
    • isAppendMode

      @CheckForNull public Boolean isAppendMode(Element element)
    • setPropertyActionResult

      public void setPropertyActionResult(Element element, @CheckForNull String value)
    • clearPropertyActionResult

      public void clearPropertyActionResult(Element element)
    • getPropertyActionResult

      @CheckForNull public String getPropertyActionResult(Element element)
    • setRelationActionResult

      public void setRelationActionResult(Element element, @CheckForNull Element value)
    • clearRelationActionResult

      public void clearRelationActionResult(Element element)
    • getRelationActionResult

      @CheckForNull public Element getRelationActionResult(Element element)
    • setRepresentationText

      public void setRepresentationText(Element element, @CheckForNull String value)
    • clearRepresentationText

      public void clearRepresentationText(Element element)
    • getRepresentationText

      @CheckForNull public String getRepresentationText(Element element)
    • setSourceElement

      public void setSourceElement(Element element, @CheckForNull Element value)
    • clearSourceElement

      public void clearSourceElement(Element element)
    • getSourceElement

      @CheckForNull public Element getSourceElement(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)