Interface ICubeMeasureDefinition

  • All Known Implementing Classes:
    CubeMeasureDefinition

    public interface ICubeMeasureDefinition
    Interface for the definition of a measure that will be included in an export task.
    • Method Detail

      • getHeader

        String getHeader()
        Returns the header that will be used in the exported file.
        Returns:
        The header.
      • setHeader

        void setHeader​(String header)
        Sets the header that will be used in the exported file.
        Parameters:
        header - The header.
      • getMeasure

        String getMeasure()
        Returns the name of the measure in the cube.
        Returns:
        The measure.
      • setMeasure

        void setMeasure​(String measure)
        Sets the name of the measure in the cube.
        Parameters:
        measure - The measure.