Package net.sf.jasperreports.olap.xmla
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 Summary
Fields Modifier and Type Field Description static StringEXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR
-
Constructor Summary
Constructors Constructor Description JRXmlaResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAxis(JRXmlaResultAxis axis)protected JRXmlaResultAxis[]ensureAxisArray()protected voidensureCellOrdinalFactors()JROlapResultAxis[]getAxes()JRXmlaResultAxisgetAxisByName(String name)JROlapCellgetCell(int[] axisPositions)protected intgetCellOrdinal(int[] axisPositions)protected voidresetAxisArray()voidsetCell(JRXmlaCell cell, int cellOrdinal)
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR
public static final String EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAxes
public JROlapResultAxis[] getAxes()
- Specified by:
getAxesin interfaceJROlapResult
-
getCell
public JROlapCell getCell(int[] axisPositions)
- Specified by:
getCellin interfaceJROlapResult
-
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)
-
-