public class JRXmlaResult extends Object implements JROlapResult
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR |
Constructor and Description |
---|
JRXmlaResult() |
Modifier and Type | Method and 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) |
public static final String EXCEPTION_MESSAGE_KEY_XMLA_AXIS_POSITIONS_NUMBER_ERROR
public JROlapResultAxis[] getAxes()
getAxes
in interface JROlapResult
public JROlapCell getCell(int[] axisPositions)
getCell
in interface JROlapResult
protected int getCellOrdinal(int[] axisPositions)
public void addAxis(JRXmlaResultAxis axis)
public JRXmlaResultAxis getAxisByName(String name)
protected JRXmlaResultAxis[] ensureAxisArray()
protected void ensureCellOrdinalFactors()
protected void resetAxisArray()
public void setCell(JRXmlaCell cell, int cellOrdinal)
Copyright © 2016. All rights reserved.