Class MagicDrawProfile.HyperlinkOwnerStereotype

    • Field Detail

      • HYPERLINKMODELACTIVE

        public static final java.lang.String HYPERLINKMODELACTIVE
        See Also:
        Constant Field Values
      • HYPERLINKTEXTACTIVE

        public static final java.lang.String HYPERLINKTEXTACTIVE
        See Also:
        Constant Field Values
      • hyperlinkModel

        @CheckForNull
        private Property hyperlinkModel
      • hyperlinkModelActive

        @CheckForNull
        private Property hyperlinkModelActive
      • hyperlinkText

        @CheckForNull
        private Property hyperlinkText
      • hyperlinkTextActive

        @CheckForNull
        private Property hyperlinkTextActive
    • Constructor Detail

      • HyperlinkOwnerStereotype

        protected HyperlinkOwnerStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getHyperlinkModelProperty

        @CheckForNull
        public Property getHyperlinkModelProperty()
      • getHyperlinkModelActiveProperty

        @CheckForNull
        public Property getHyperlinkModelActiveProperty()
      • getHyperlinkTextProperty

        @CheckForNull
        public Property getHyperlinkTextProperty()
      • getHyperlinkTextActiveProperty

        @CheckForNull
        public Property getHyperlinkTextActiveProperty()
      • setHyperlinkModel

        public void setHyperlinkModel​(Element element,
                                      @CheckForNull
                                      java.util.Collection<? extends Element> value)
      • clearHyperlinkModel

        public void clearHyperlinkModel​(Element element)
      • addHyperlinkModel

        public void addHyperlinkModel​(Element element,
                                      Element value)
      • removeHyperlinkModel

        public void removeHyperlinkModel​(Element element,
                                         Element value)
      • getHyperlinkModel

        public java.util.List<Element> getHyperlinkModel​(Element element)
      • setHyperlinkModelActive

        public void setHyperlinkModelActive​(Element element,
                                            @CheckForNull
                                            Element value)
      • clearHyperlinkModelActive

        public void clearHyperlinkModelActive​(Element element)
      • getHyperlinkModelActive

        @CheckForNull
        public Element getHyperlinkModelActive​(Element element)
      • setHyperlinkText

        public void setHyperlinkText​(Element element,
                                     @CheckForNull
                                     java.util.Collection<java.lang.String> value)
      • clearHyperlinkText

        public void clearHyperlinkText​(Element element)
      • addHyperlinkText

        public void addHyperlinkText​(Element element,
                                     java.lang.String value)
      • removeHyperlinkText

        public void removeHyperlinkText​(Element element,
                                        java.lang.String value)
      • getHyperlinkText

        public java.util.List<java.lang.String> getHyperlinkText​(Element element)
      • setHyperlinkTextActive

        public void setHyperlinkTextActive​(Element element,
                                           @CheckForNull
                                           java.lang.String value)
      • clearHyperlinkTextActive

        public void clearHyperlinkTextActive​(Element element)
      • getHyperlinkTextActive

        @CheckForNull
        public java.lang.String getHyperlinkTextActive​(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)