Package net.sf.jasperreports.olap.xmla
Class JRXmlaResult
java.lang.Object
net.sf.jasperreports.olap.xmla.JRXmlaResult
- All Implemented Interfaces:
JROlapResult
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAxis(JRXmlaResultAxis axis) protected JRXmlaResultAxis[]protected voidgetAxes()getAxisByName(String name) getCell(int[] axisPositions) protected intgetCellOrdinal(int[] axisPositions) protected voidvoidsetCell(JRXmlaCell cell, int cellOrdinal)
-
Field Details
-
EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR
- See Also:
-
-
Constructor Details
-
JRXmlaResult
public JRXmlaResult()
-
-
Method Details
-
getAxes
- Specified by:
getAxesin interfaceJROlapResult
-
getCell
- Specified by:
getCellin interfaceJROlapResult
-
getCellOrdinal
protected int getCellOrdinal(int[] axisPositions) -
addAxis
-
getAxisByName
-
ensureAxisArray
-
ensureCellOrdinalFactors
protected void ensureCellOrdinalFactors() -
resetAxisArray
protected void resetAxisArray() -
setCell
-