com.citra.pivot.table
Class DerivedTableMeasure
java.lang.Object
com.citra.pivot.table.AbstractTableObject
com.citra.pivot.table.TableMember
com.citra.pivot.table.TableMeasure
com.citra.pivot.table.DerivedTableMeasure
- All Implemented Interfaces:
- OlapMeasure, OlapMember, OlapObject
public class DerivedTableMeasure
- extends TableMeasure
DerivedTableMeasure represents a derived measure of a table datasource.
Field Summary |
protected com.citra.pivot.table.DerivedTableMeasureDefinition |
definition
the measure's definition |
Methods inherited from class com.citra.pivot.table.AbstractTableObject |
getCaption, getCaption, getDescription, getDescription, getID, getName, setCaption, setCaption, setDescription, setDescription, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
definition
protected com.citra.pivot.table.DerivedTableMeasureDefinition definition
- the measure's definition
getInputMeasure
public TableMeasure getInputMeasure()
- Retrieves the measure that this derived measure depends upon.
- Returns:
- the depending measure
getAggregator
public DerivedMeasureAggregator getAggregator()
- Retrieves the aggregator that this measure uses.
- Returns:
- the aggregator used to produce the aggregated values