Class MagicDrawProfile.ElementReferenceInTextStereotype

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

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

  • Constructor Details

    • ElementReferenceInTextStereotype

      protected ElementReferenceInTextStereotype(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
    • getReferenceDataProperty

      @CheckForNull public Property getReferenceDataProperty()
    • getReferredElementsProperty

      @CheckForNull public Property getReferredElementsProperty()
    • setReferenceData

      public void setReferenceData(Element element, @CheckForNull String value)
    • clearReferenceData

      public void clearReferenceData(Element element)
    • getReferenceData

      @CheckForNull public String getReferenceData(Element element)
    • setReferredElements

      public void setReferredElements(Element element, @CheckForNull Collection<? extends Element> value)
    • clearReferredElements

      public void clearReferredElements(Element element)
    • addReferredElements

      public void addReferredElements(Element element, Element value)
    • removeReferredElements

      public void removeReferredElements(Element element, Element value)
    • getReferredElements

      public List<Element> getReferredElements(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)