Class MagicDrawProfile.PackageStructureConfigurationStereotype

    • Constructor Detail

      • PackageStructureConfigurationStereotype

        protected PackageStructureConfigurationStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getApplyToElementsProperty

        @CheckForNull
        public Property getApplyToElementsProperty()
      • getCreateElementsProperty

        @CheckForNull
        public Property getCreateElementsProperty()
      • getRemoveIndentSymbols

        @CheckForNull
        public Property getRemoveIndentSymbols()
      • setApplyToElements

        public void setApplyToElements​(Element element,
                                       @CheckForNull
                                       java.util.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 java.util.List<Element> getApplyToElements​(Element element)
      • setCreateElements

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

        public void clearCreateElements​(Element element)
      • getCreateElements

        @CheckForNull
        public java.lang.String getCreateElements​(Element element)
      • setRemoveIndentSymbols

        public void setRemoveIndentSymbols​(Element element,
                                           @CheckForNull
                                           java.lang.Boolean value)
      • clearRemoveIndentSymbols

        public void clearRemoveIndentSymbols​(Element element)
      • isRemoveIndentSymbols

        @CheckForNull
        public java.lang.Boolean isRemoveIndentSymbols​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)