Class MDCustomizationForRequirements.RequirementTableStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.requirements.util.MDCustomizationForRequirements.RequirementTableStereotype
Enclosing class:
MDCustomizationForRequirements

public static class MDCustomizationForRequirements.RequirementTableStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

  • 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
    • 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 Collection<Integer> value)
    • clearColumnsWidth

      public void clearColumnsWidth(Element element)
    • addColumnsWidth

      public void addColumnsWidth(Element element, Integer value)
    • removeColumnsWidth

      public void removeColumnsWidth(Element element, Integer value)
    • getColumnsWidth

      public List<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 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 List<Element> getCustomColumnElements(Element element)
    • setShowColumns

      public void setShowColumns(Element element, @CheckForNull Collection<Boolean> value)
    • clearShowColumns

      public void clearShowColumns(Element element)
    • addShowColumns

      public void addShowColumns(Element element, Boolean value)
    • removeShowColumns

      public void removeShowColumns(Element element, Boolean value)
    • getShowColumns

      public List<Boolean> getShowColumns(Element element)
    • setShowContext

      public void setShowContext(Element element, @CheckForNull Boolean value)
    • clearShowContext

      public void clearShowContext(Element element)
    • isShowContext

      @CheckForNull public Boolean isShowContext(Element element)
    • setShowCustomColumns

      public void setShowCustomColumns(Element element, @CheckForNull Collection<Boolean> value)
    • clearShowCustomColumns

      public void clearShowCustomColumns(Element element)
    • addShowCustomColumns

      public void addShowCustomColumns(Element element, Boolean value)
    • removeShowCustomColumns

      public void removeShowCustomColumns(Element element, Boolean value)
    • getShowCustomColumns

      public List<Boolean> getShowCustomColumns(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)