Package mondrian.gui

Class MondrianGuiDef.CubeDimension

    • Field Detail

      • name

        public java.lang.String name
      • caption

        public java.lang.String caption
      • visible

        public java.lang.Boolean visible
      • description

        public java.lang.String description
      • foreignKey

        public java.lang.String foreignKey
      • highCardinality

        public java.lang.Boolean highCardinality
    • Method Detail

      • display

        public void display​(java.io.PrintWriter _out,
                            int _indent)
      • getDimension

        public abstract MondrianGuiDef.Dimension getDimension​(MondrianGuiDef.Schema schema)
        Looks up the base dimension of this dimension. If this is a usage of a shared dimension, returns the referenced dimension; otherwise returns the dimension itself.

        Never returns null; if the dimension cannot be found, throws an error.

        Parameters:
        schema - Schema, never null
        Pre-condition:
        schema != null
        Post-condition:
        return != null