|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssOpPivot interface.
Nested Class Summary |
Nested classes inherited from class com.essbase.api.dataquery.IEssOperation |
IEssOperation.EEssOperationType |
Method Summary | |
int |
getEndColumn()
Gets the column to end the pivot. |
int |
getEndRow()
Gets the row to end the pivot. |
int |
getStartColumn()
Gets the column to start the pivot. |
int |
getStartRow()
Gets the row to start the pivot. |
void |
set(int startRow,
int startColumn)
Sets to pivot from row to column or column to row. |
void |
set(int startRow,
int startColumn,
int endRow,
int endColumn)
Sets to pivot from the specified start coordinates to the end coordinates. |
Methods inherited from interface com.essbase.api.dataquery.IEssOperation |
getOperationType |
Method Detail |
public void set(int startRow, int startColumn) throws EssException
startRow
- The start row.startColumn
- The start column.
EssException
- if an error occurs.public void set(int startRow, int startColumn, int endRow, int endColumn) throws EssException
startRow
- The start row.startColumn
- The start column.endRow
- The end row.endColumn
- The end column.
EssException
- if an error occurs.public int getStartRow() throws EssException
EssException
- if an error occurs.public int getStartColumn() throws EssException
EssException
- if an error occurs.public int getEndRow() throws EssException
EssException
- if an error occurs.public int getEndColumn() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |