|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssMdDataSet interface. It represents the multi-dimensional result of an MDX query operation performed on IEssCubeView interface.
Method Summary | |
IEssMdAxis[] |
getAllAxes()
Get all the axes in the data set. |
int |
getCellCount()
Get the count of cells in the data set. |
double |
getCellValue(int cellOrdinal)
Gets the value of a cell at given ordinal. |
boolean |
isCalcedMemberCell(int cellOrdinal)
Checks if the cell at a given ordinal is a CalcedMember cell. |
boolean |
isDynamicCalcCell(int cellOrdinal)
Checks if the cell at a given ordinal is a Dynamic Calc cell. |
boolean |
isLinkedCell(int cellOrdinal)
Checks if the cell at a given ordinal has linked objects. |
boolean |
isMissingCell(int cellOrdinal)
Checks if the cell at a given ordinal is a missing value cell. |
boolean |
isNoAccessCell(int cellOrdinal)
Checks if the cell at a given ordinal is a NoAccess cell. |
boolean |
isReadOnlyCell(int cellOrdinal)
Checks if the cell at a given ordinal is a ReadOnly cell. |
Method Detail |
public IEssMdAxis[] getAllAxes() throws EssException
EssException
- if an error occurs.public int getCellCount() throws EssException
EssException
- if an error occurs.public double getCellValue(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to get the value of.
EssException
- if an error occurs.public boolean isMissingCell(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to check for missing value.
EssException
- if an error occurs.public boolean isNoAccessCell(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to check for NoAccess.
EssException
- if an error occurs.public boolean isDynamicCalcCell(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to check for DynCalc.
EssException
- if an error occurs.public boolean isReadOnlyCell(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to check for ReadOnly.
EssException
- if an error occurs.public boolean isCalcedMemberCell(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to check for CalcedMember.
EssException
- if an error occurs.public boolean isLinkedCell(int cellOrdinal) throws EssException
cellOrdinal
- Ordinal of the cell to check for linked objects.
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |