Package mondrian.gui

Class MondrianGuiDef


  • public class MondrianGuiDef
    extends Object
    This is the XML model for Mondrian schemas as used by the Schema Workbench. It is based upon the Mondrian model Mondrian.xml, but has a number of differences: The implementation of equals method for schema objects is changed to == (double equals), to compare two object references rather than their contents. The attributes of the root tag refers to the generated file MondrianGuiDef.java and its import statements. The 'aggregator' attribute of the Measure element requires the tags to generate a drop-down of possible options in the Schema Workbench. Revision is $Id$

    This class was generated from XOM model 'mondrian'

    • Field Detail

      • _elements

        public static String[] _elements
    • Constructor Detail

      • MondrianGuiDef

        public MondrianGuiDef()
    • Method Detail

      • getXMLDefClass

        public static Class getXMLDefClass()