com.citra.pivot.olap.tab
Class DrillThroughSelection
java.lang.Object
com.citra.pivot.olap.tab.AbstractTabularSelection
com.citra.pivot.olap.tab.DrillThroughSelection
- All Implemented Interfaces:
- OlapSelection, TabularSelection
public final class DrillThroughSelection
- extends AbstractTabularSelection
DrillThroughSelection is a selection that performs a drillthrough operation on a single cell.
The single cell is the result of a QuerySelection.
Field Summary |
protected QuerySelection |
query
the query that resolves to a single cell to drillthrough |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
protected QuerySelection query
- the query that resolves to a single cell to drillthrough
DrillThroughSelection
protected DrillThroughSelection()
- Constructs a DrillThroughSelection.
DrillThroughSelection
public DrillThroughSelection(QuerySelection query)
- Constructs a DrillThroughSelection.
getQuery
public QuerySelection getQuery()
- Retrieves the query that returns a single cell to drillthrough.
- Returns:
- the query that resolves to a single cell to drillthrough