Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.metadata
Interface OlapMeasure

All Superinterfaces:
OlapMember, OlapObject
All Known Implementing Classes:
DerivedTableMeasure, OlapMeasureImpl, StandardTableMeasure, TableMeasure

public interface OlapMeasure
extends OlapMember

OlapMeasure is the metadata for a measure in a measure dimension.


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 interface com.citra.pivot.olap.metadata.OlapMember
getLevel, getMemberCount
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Method Detail

getDataType

OlapType getDataType()
Retrieves the measure's olap type.

Returns:
the measure's olap type

getJavaDataType

Class getJavaDataType()
Retrieves the measure's data type as a java class.

Returns:
the measure's data type

Copyright © 2011 Citra Technologies. All Rights Reserved.