Interface Measure

  • All Superinterfaces:
    Member, MetadataElement

    public interface Measure
    extends Member
    Data value of primary interest to the user browsing the cube.

    A Measure provides the value of each cell, and is usually numeric. Every measure is a member of a special dimension called "Measures".

    Since:
    Oct 13, 2006
    Author:
    jhyde
    • Method Detail

      • getAggregator

        Measure.Aggregator getAggregator()
        Returns the Aggregator of this Measure.
        Returns:
        Aggregator
      • getDatatype

        Datatype getDatatype()
        Returns the data type of this Measure.
        Returns:
        data type
      • isVisible

        boolean isVisible()
        Returns whether this Measure is visible.
        Specified by:
        isVisible in interface MetadataElement
        Returns:
        whether this Measure is visible