Class MagicDrawProfile.DragAndDropSpecificationStereotype

    • Field Detail

      • 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
      • appendMode

        @CheckForNull
        private Property appendMode
      • propertyActionResult

        @CheckForNull
        private Property propertyActionResult
      • relationActionResult

        @CheckForNull
        private Property relationActionResult
      • representationText

        @CheckForNull
        private Property representationText
      • sourceElement

        @CheckForNull
        private Property sourceElement
    • Constructor Detail

      • DragAndDropSpecificationStereotype

        protected DragAndDropSpecificationStereotype​(MagicDrawProfile profile)
    • Method Detail

      • 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)
      • getRelationActionResult

        @CheckForNull
        public Element getRelationActionResult​(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)
      • 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)
        Description copied from class: ProfileImplementation.StereotypeWrapper
        Checks if stereotype of this wrapper is applied to given element.
        Parameters:
        element - element
        Returns:
        true if stereotype of this wrapper is applied to given element
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)