Class JRXmlaResult

java.lang.Object
net.sf.jasperreports.olap.xmla.JRXmlaResult
All Implemented Interfaces:
JROlapResult

public class JRXmlaResult extends Object implements JROlapResult
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Field Details

    • EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR

      public static final String EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR
      See Also:
  • Constructor Details

    • JRXmlaResult

      public JRXmlaResult()
  • Method Details

    • getAxes

      public JROlapResultAxis[] getAxes()
      Specified by:
      getAxes in interface JROlapResult
    • getCell

      public JROlapCell getCell(int[] axisPositions)
      Specified by:
      getCell in interface JROlapResult
    • getCellOrdinal

      protected int getCellOrdinal(int[] axisPositions)
    • addAxis

      public void addAxis(JRXmlaResultAxis axis)
    • getAxisByName

      public JRXmlaResultAxis getAxisByName(String name)
    • ensureAxisArray

      protected JRXmlaResultAxis[] ensureAxisArray()
    • ensureCellOrdinalFactors

      protected void ensureCellOrdinalFactors()
    • resetAxisArray

      protected void resetAxisArray()
    • setCell

      public void setCell(JRXmlaCell cell, int cellOrdinal)