com.citra.pivot.table
Class TableMeasure
java.lang.Object
com.citra.pivot.table.AbstractTableObject
com.citra.pivot.table.TableMember
com.citra.pivot.table.TableMeasure
- All Implemented Interfaces:
- OlapMeasure, OlapMember, OlapObject
- Direct Known Subclasses:
- DerivedTableMeasure, StandardTableMeasure
public abstract class TableMeasure
- extends TableMember
- implements OlapMeasure
TableMeasure is the the concrete OlapMeasure implementation for the table datasource.
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 |
dataType
protected Class dataType
- the measure's data type
type
protected OlapType type
- the measure's olap type
getDataType
public OlapType getDataType()
- Retrieves the measure's olap type.
- Specified by:
getDataType
in interface OlapMeasure
- Returns:
- the measure's olap type
getJavaDataType
public Class getJavaDataType()
- Retrieves the measure's data type as a java class.
- Specified by:
getJavaDataType
in interface OlapMeasure
- Returns:
- the measure's data type