Class MagicDrawProfile.ElementsLibraryStereotype

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

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

  • Constructor Details

    • ElementsLibraryStereotype

      protected ElementsLibraryStereotype(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
    • getContentsProperty

      @CheckForNull public Property getContentsProperty()
    • getIndexElementIDsProperty

      @CheckForNull public Property getIndexElementIDsProperty()
    • getIndexMetaTypesProperty

      @CheckForNull public Property getIndexMetaTypesProperty()
    • getIndexNamespacesProperty

      @CheckForNull public Property getIndexNamespacesProperty()
    • getIndexOwnersIDsProperty

      @CheckForNull public Property getIndexOwnersIDsProperty()
    • getIndexOwnersModulesIDsProperty

      @CheckForNull public Property getIndexOwnersModulesIDsProperty()
    • getIndexShortNamesProperty

      @CheckForNull public Property getIndexShortNamesProperty()
    • getStructureProperty

      @CheckForNull public Property getStructureProperty()
    • setContents

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

      public void clearContents(Element element)
    • addContents

      public void addContents(Element element, Element value)
    • removeContents

      public void removeContents(Element element, Element value)
    • getContents

      public List<Element> getContents(Element element)
    • setIndexElementIDs

      public void setIndexElementIDs(Element element, @CheckForNull Collection<String> value)
    • clearIndexElementIDs

      public void clearIndexElementIDs(Element element)
    • addIndexElementIDs

      public void addIndexElementIDs(Element element, String value)
    • removeIndexElementIDs

      public void removeIndexElementIDs(Element element, String value)
    • getIndexElementIDs

      public List<String> getIndexElementIDs(Element element)
    • setIndexMetaTypes

      public void setIndexMetaTypes(Element element, @CheckForNull Collection<String> value)
    • clearIndexMetaTypes

      public void clearIndexMetaTypes(Element element)
    • addIndexMetaTypes

      public void addIndexMetaTypes(Element element, String value)
    • removeIndexMetaTypes

      public void removeIndexMetaTypes(Element element, String value)
    • getIndexMetaTypes

      public List<String> getIndexMetaTypes(Element element)
    • setIndexNamespaces

      public void setIndexNamespaces(Element element, @CheckForNull Collection<String> value)
    • clearIndexNamespaces

      public void clearIndexNamespaces(Element element)
    • addIndexNamespaces

      public void addIndexNamespaces(Element element, String value)
    • removeIndexNamespaces

      public void removeIndexNamespaces(Element element, String value)
    • getIndexNamespaces

      public List<String> getIndexNamespaces(Element element)
    • setIndexOwnersIDs

      public void setIndexOwnersIDs(Element element, @CheckForNull Collection<String> value)
    • clearIndexOwnersIDs

      public void clearIndexOwnersIDs(Element element)
    • addIndexOwnersIDs

      public void addIndexOwnersIDs(Element element, String value)
    • removeIndexOwnersIDs

      public void removeIndexOwnersIDs(Element element, String value)
    • getIndexOwnersIDs

      public List<String> getIndexOwnersIDs(Element element)
    • setIndexOwnersModulesIDs

      public void setIndexOwnersModulesIDs(Element element, @CheckForNull Collection<String> value)
    • clearIndexOwnersModulesIDs

      public void clearIndexOwnersModulesIDs(Element element)
    • addIndexOwnersModulesIDs

      public void addIndexOwnersModulesIDs(Element element, String value)
    • removeIndexOwnersModulesIDs

      public void removeIndexOwnersModulesIDs(Element element, String value)
    • getIndexOwnersModulesIDs

      public List<String> getIndexOwnersModulesIDs(Element element)
    • setIndexShortNames

      public void setIndexShortNames(Element element, @CheckForNull Collection<String> value)
    • clearIndexShortNames

      public void clearIndexShortNames(Element element)
    • addIndexShortNames

      public void addIndexShortNames(Element element, String value)
    • removeIndexShortNames

      public void removeIndexShortNames(Element element, String value)
    • getIndexShortNames

      public List<String> getIndexShortNames(Element element)
    • setStructure

      public void setStructure(Element element, @CheckForNull MagicDrawProfile.treeStructureEnumerationEnum value)
    • clearStructure

      public void clearStructure(Element element)
    • getStructure

      @CheckForNull public MagicDrawProfile.treeStructureEnumerationEnum getStructure(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)