Class PivotCategorySetCollector

    • Constructor Detail

      • PivotCategorySetCollector

        public PivotCategorySetCollector()
    • Method Detail

      • getCategoryColumn

        public String getCategoryColumn()
      • setCategoryColumn

        public void setCategoryColumn​(String categoryColumn)
      • setValueColumn

        public void setValueColumn​(int index,
                                   String field)
      • getValueColumn

        public String getValueColumn​(int index)
      • getValueColumnCount

        public int getValueColumnCount()
      • getValueColumn

        public String[] getValueColumn()
      • setValueColumn

        public void setValueColumn​(String[] fields)
      • getInstance

        public org.pentaho.reporting.engine.classic.core.function.Expression getInstance()
        Return a completly separated copy of this function. The copy does no longer share any changeable objects with the original function.
        Specified by:
        getInstance in interface org.pentaho.reporting.engine.classic.core.function.Expression
        Overrides:
        getInstance in class AbstractCollectorFunction
        Returns:
        a copy of this function.