Class MagicDrawProfile.PackageStructureConfigurationStereotype

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

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

  • Constructor Details

    • PackageStructureConfigurationStereotype

      protected PackageStructureConfigurationStereotype(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
    • getApplyToElementsProperty

      @CheckForNull public Property getApplyToElementsProperty()
    • getCreateElementsProperty

      @CheckForNull public Property getCreateElementsProperty()
    • getRemoveIndentSymbols

      @CheckForNull public Property getRemoveIndentSymbols()
    • setApplyToElements

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

      public void clearApplyToElements(Element element)
    • addApplyToElements

      public void addApplyToElements(Element element, Element value)
    • removeApplyToElements

      public void removeApplyToElements(Element element, Element value)
    • getApplyToElements

      public List<Element> getApplyToElements(Element element)
    • setCreateElements

      public void setCreateElements(Element element, @CheckForNull String value)
    • clearCreateElements

      public void clearCreateElements(Element element)
    • getCreateElements

      @CheckForNull public String getCreateElements(Element element)
    • setRemoveIndentSymbols

      public void setRemoveIndentSymbols(Element element, @CheckForNull Boolean value)
    • clearRemoveIndentSymbols

      public void clearRemoveIndentSymbols(Element element)
    • isRemoveIndentSymbols

      @CheckForNull public Boolean isRemoveIndentSymbols(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)