Class MDCustomizationForRequirements.RequirementTableStereotype

    • Field Detail

      • CONTEXT

        public static final java.lang.String CONTEXT
        Specify a Block or an Instance for the context-specific analysis of the Requirements verification using the Bounds, Property, Margin, and Value columns.
        See Also:
        Constant Field Values
      • CUSTOMCOLUMNELEMENTS

        public static final java.lang.String CUSTOMCOLUMNELEMENTS
        See Also:
        Constant Field Values
      • SHOWCONTEXT

        public static final java.lang.String SHOWCONTEXT
        Set to true to show the Context box in the Criteria area of the table.
        See Also:
        Constant Field Values
      • SHOWCUSTOMCOLUMNS

        public static final java.lang.String SHOWCUSTOMCOLUMNS
        See Also:
        Constant Field Values
    • Method Detail

      • getColumnsWidthProperty

        @CheckForNull
        public Property getColumnsWidthProperty()
      • getContextProperty

        @CheckForNull
        public Property getContextProperty()
      • getCustomColumnElementsProperty

        @CheckForNull
        public Property getCustomColumnElementsProperty()
      • getShowColumnsProperty

        @CheckForNull
        public Property getShowColumnsProperty()
      • getShowContextProperty

        @CheckForNull
        public Property getShowContextProperty()
      • getShowCustomColumnsProperty

        @CheckForNull
        public Property getShowCustomColumnsProperty()
      • setColumnsWidth

        public void setColumnsWidth​(Element element,
                                    @CheckForNull
                                    java.util.Collection<java.lang.Integer> value)
      • clearColumnsWidth

        public void clearColumnsWidth​(Element element)
      • addColumnsWidth

        public void addColumnsWidth​(Element element,
                                    java.lang.Integer value)
      • removeColumnsWidth

        public void removeColumnsWidth​(Element element,
                                       java.lang.Integer value)
      • getColumnsWidth

        public java.util.List<java.lang.Integer> getColumnsWidth​(Element element)
      • setContext

        public void setContext​(Element element,
                               @CheckForNull
                               Element value)
      • clearContext

        public void clearContext​(Element element)
      • getContext

        @CheckForNull
        public Element getContext​(Element element)
      • setCustomColumnElements

        public void setCustomColumnElements​(Element element,
                                            @CheckForNull
                                            java.util.Collection<? extends Element> value)
      • clearCustomColumnElements

        public void clearCustomColumnElements​(Element element)
      • addCustomColumnElements

        public void addCustomColumnElements​(Element element,
                                            Element value)
      • removeCustomColumnElements

        public void removeCustomColumnElements​(Element element,
                                               Element value)
      • getCustomColumnElements

        public java.util.List<Element> getCustomColumnElements​(Element element)
      • setShowColumns

        public void setShowColumns​(Element element,
                                   @CheckForNull
                                   java.util.Collection<java.lang.Boolean> value)
      • clearShowColumns

        public void clearShowColumns​(Element element)
      • addShowColumns

        public void addShowColumns​(Element element,
                                   java.lang.Boolean value)
      • removeShowColumns

        public void removeShowColumns​(Element element,
                                      java.lang.Boolean value)
      • getShowColumns

        public java.util.List<java.lang.Boolean> getShowColumns​(Element element)
      • setShowContext

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

        public void clearShowContext​(Element element)
      • isShowContext

        @CheckForNull
        public java.lang.Boolean isShowContext​(Element element)
      • setShowCustomColumns

        public void setShowCustomColumns​(Element element,
                                         @CheckForNull
                                         java.util.Collection<java.lang.Boolean> value)
      • clearShowCustomColumns

        public void clearShowCustomColumns​(Element element)
      • addShowCustomColumns

        public void addShowCustomColumns​(Element element,
                                         java.lang.Boolean value)
      • removeShowCustomColumns

        public void removeShowCustomColumns​(Element element,
                                            java.lang.Boolean value)
      • getShowCustomColumns

        public java.util.List<java.lang.Boolean> getShowCustomColumns​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)