Package mondrian.olap

Interface AxisOrdinal

  • All Known Implementing Classes:
    AxisOrdinal.StandardAxisOrdinal

    public interface AxisOrdinal
    AxisOrdinal describes the allowable values for an axis code.
    Since:
    Feb 21, 2003
    Author:
    jhyde
    • Method Detail

      • name

        String name()
        Returns the name of this axis, e.g. "COLUMNS", "SLICER", "AXIS(17)".
        Returns:
        Name of the axis
      • isFilter

        boolean isFilter()
        Returns whether this is the filter (slicer) axis.
        Returns:
        whether this is the filter axis