Class RolapHierarchy.RolapCalculatedMeasure

All Implemented Interfaces:
Comparable, Annotated, Member, OlapElement, RolapMeasure, RolapMember
Enclosing class:
RolapHierarchy

protected static class RolapHierarchy.RolapCalculatedMeasure extends RolapCalculatedMember implements RolapMeasure
Calculated member which is also a measure (that is, a member of the [Measures] dimension).
  • Constructor Details

  • Method Details

    • setProperty

      public void setProperty(String name, Object value)
      Description copied from class: RolapMemberBase
      Sets a property of this member to a given value.

      WARNING: Setting system properties such as "$name" may have nasty side-effects.

      Specified by:
      setProperty in interface Member
      Overrides:
      setProperty in class RolapMemberBase
    • getFormatter

      public mondrian.rolap.RolapResult.ValueFormatter getFormatter()
      Description copied from interface: RolapMeasure
      Returns the object that formats cells of this measure, or null to use default formatting.
      Specified by:
      getFormatter in interface RolapMeasure
      Returns:
      formatter