Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.table
Class TableMeasure

java.lang.Object
  extended by com.citra.pivot.table.AbstractTableObject
      extended by com.citra.pivot.table.TableMember
          extended by 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.


Field Summary
protected  Class dataType
          the measure's data type
protected  OlapType type
          the measure's olap type
 
Fields inherited from class com.citra.pivot.table.TableMember
level
 
Fields inherited from class com.citra.pivot.table.AbstractTableObject
caption, description, id, name
 
Method Summary
 OlapType getDataType()
          Retrieves the measure's olap type.
 Class getJavaDataType()
          Retrieves the measure's data type as a java class.
 
Methods inherited from class com.citra.pivot.table.TableMember
getLevel, getMemberCount
 
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
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapMember
getLevel, getMemberCount
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Field Detail

dataType

protected Class dataType
the measure's data type


type

protected OlapType type
the measure's olap type

Method Detail

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

Copyright © 2011 Citra Technologies. All Rights Reserved.