Class MagicDrawProfile.HyperlinkOwnerStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.HyperlinkOwnerStereotype
Enclosing class:
MagicDrawProfile

public static class MagicDrawProfile.HyperlinkOwnerStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • HyperlinkOwnerStereotype

      protected HyperlinkOwnerStereotype(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
    • 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 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 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 Collection<String> value)
    • clearHyperlinkText

      public void clearHyperlinkText(Element element)
    • addHyperlinkText

      public void addHyperlinkText(Element element, String value)
    • removeHyperlinkText

      public void removeHyperlinkText(Element element, String value)
    • getHyperlinkText

      public List<String> getHyperlinkText(Element element)
    • setHyperlinkTextActive

      public void setHyperlinkTextActive(Element element, @CheckForNull String value)
    • clearHyperlinkTextActive

      public void clearHyperlinkTextActive(Element element)
    • getHyperlinkTextActive

      @CheckForNull public String getHyperlinkTextActive(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)