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 String
EXCEPTION_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 void
addAxis(JRXmlaResultAxis axis)
protected JRXmlaResultAxis[]
ensureAxisArray()
protected void
ensureCellOrdinalFactors()
JROlapResultAxis[]
getAxes()
JRXmlaResultAxis
getAxisByName(String name)
JROlapCell
getCell(int[] axisPositions)
protected int
getCellOrdinal(int[] axisPositions)
protected void
resetAxisArray()
void
setCell(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:
getAxes
in interfaceJROlapResult
-
getCell
public JROlapCell getCell(int[] axisPositions)
- Specified by:
getCell
in 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)
-
-