mondrian.rolap
Interface RolapMeasure

All Superinterfaces:
Comparable, Member, OlapElement
All Known Subinterfaces:
RolapStoredMeasure
All Known Implementing Classes:
RolapBaseCubeMeasure, RolapHierarchy.RolapCalculatedMeasure, RolapVirtualCubeMeasure

public interface RolapMeasure
extends Member

Interface implemented by all measures (both stored and calculated).

Since:
10 August, 2001
Version:
$Id: //open/mondrian/src/main/mondrian/rolap/RolapMeasure.java#16 $
Author:
jhyde

Nested Class Summary
 
Nested classes/interfaces inherited from interface mondrian.olap.Member
Member.MemberType
 
Method Summary
 CellFormatter getFormatter()
          Returns the object that formats cells of this measure, or null to use default formatting.
 
Methods inherited from interface mondrian.olap.Member
getAncestorMembers, getDataMember, getDepth, getExpression, getHierarchy, getLevel, getMemberType, getOrderKey, getOrdinal, getParentMember, getParentUniqueName, getProperties, getPropertyFormattedValue, getPropertyValue, getPropertyValue, getSolveOrder, isAll, isCalculated, isCalculatedInQuery, isChildOrEqualTo, isEvaluated, isHidden, isMeasure, isNull, isParentChildLeaf, setName, setProperty
 
Methods inherited from interface mondrian.olap.OlapElement
getCaption, getDescription, getDimension, getName, getQualifiedName, getUniqueName, lookupChild
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getFormatter

CellFormatter getFormatter()
Returns the object that formats cells of this measure, or null to use default formatting.

Returns:
formatter

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads