Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.tab
Class DrillThroughSelection

java.lang.Object
  extended by com.citra.pivot.olap.tab.AbstractTabularSelection
      extended by 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
 
Constructor Summary
protected DrillThroughSelection()
          Constructs a DrillThroughSelection.
  DrillThroughSelection(QuerySelection query)
          Constructs a DrillThroughSelection.
 
Method Summary
 QuerySelection getQuery()
          Retrieves the query that returns a single cell to drillthrough.
 
Methods inherited from class com.citra.pivot.olap.tab.AbstractTabularSelection
resolveSelection, resolveTabular
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

protected QuerySelection query
the query that resolves to a single cell to drillthrough

Constructor Detail

DrillThroughSelection

protected DrillThroughSelection()
Constructs a DrillThroughSelection.


DrillThroughSelection

public DrillThroughSelection(QuerySelection query)
Constructs a DrillThroughSelection.

Method Detail

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

Copyright © 2011 Citra Technologies. All Rights Reserved.