Interface RolapMeasure

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

public interface RolapMeasure extends Member
Interface implemented by all measures (both stored and calculated).
Since:
10 August, 2001
Author:
jhyde
  • Method Details

    • getFormatter

      mondrian.rolap.RolapResult.ValueFormatter getFormatter()
      Returns the object that formats cells of this measure, or null to use default formatting.
      Returns:
      formatter