mondrian.gui
Class MondrianGuiDef.AggTable

java.lang.Object
  extended by org.eigenbase.xom.ElementDef
      extended by mondrian.gui.MondrianGuiDef.AggTable
All Implemented Interfaces:
Serializable, Cloneable, NodeDef
Direct Known Subclasses:
MondrianGuiDef.AggName, MondrianGuiDef.AggPattern
Enclosing class:
MondrianGuiDef

public abstract static class MondrianGuiDef.AggTable
extends ElementDef

A definition of an aggregate table for a base fact table. This aggregate table must be in the same schema as the base fact table.

See Also:
Serialized Form
 

Field Summary
 MondrianGuiDef.AggFactCount factcount
          What does the fact_count column look like.
 MondrianGuiDef.AggForeignKey[] foreignKeys
           
 Boolean ignorecase
           
 MondrianGuiDef.AggIgnoreColumn[] ignoreColumns
           
 MondrianGuiDef.AggLevel[] levels
           
 MondrianGuiDef.AggMeasure[] measures
           
 
Constructor Summary
MondrianGuiDef.AggTable()
           
MondrianGuiDef.AggTable(DOMWrapper _def)
           
 
Method Summary
 void display(PrintWriter _out, int _indent)
           
 boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
           
 void displayXML(XMLOutput _out, int _indent)
           
 MondrianGuiDef.AggFactCount getAggFactCount()
           
 MondrianGuiDef.AggForeignKey[] getAggForeignKeys()
           
 MondrianGuiDef.AggIgnoreColumn[] getAggIgnoreColumns()
           
 MondrianGuiDef.AggLevel[] getAggLevels()
           
 MondrianGuiDef.AggMeasure[] getAggMeasures()
           
 String getName()
           
 boolean isIgnoreCase()
           
 
Methods inherited from class org.eigenbase.xom.ElementDef
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, equals, getChildren, getElementChildren, getElementClass, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ignorecase

public Boolean ignorecase

factcount

public MondrianGuiDef.AggFactCount factcount
What does the fact_count column look like.


ignoreColumns

public MondrianGuiDef.AggIgnoreColumn[] ignoreColumns

foreignKeys

public MondrianGuiDef.AggForeignKey[] foreignKeys

measures

public MondrianGuiDef.AggMeasure[] measures

levels

public MondrianGuiDef.AggLevel[] levels
Constructor Detail

MondrianGuiDef.AggTable

public MondrianGuiDef.AggTable()

MondrianGuiDef.AggTable

public MondrianGuiDef.AggTable(DOMWrapper _def)
                        throws XOMException
Throws:
XOMException
Method Detail

getName

public String getName()
Specified by:
getName in interface NodeDef
Overrides:
getName in class ElementDef

display

public void display(PrintWriter _out,
                    int _indent)

displayXML

public void displayXML(XMLOutput _out,
                       int _indent)
Specified by:
displayXML in interface NodeDef
Overrides:
displayXML in class ElementDef

displayDiff

public boolean displayDiff(ElementDef _other,
                           PrintWriter _out,
                           int _indent)
Overrides:
displayDiff in class ElementDef

isIgnoreCase

public boolean isIgnoreCase()

getAggFactCount

public MondrianGuiDef.AggFactCount getAggFactCount()

getAggIgnoreColumns

public MondrianGuiDef.AggIgnoreColumn[] getAggIgnoreColumns()

getAggForeignKeys

public MondrianGuiDef.AggForeignKey[] getAggForeignKeys()

getAggMeasures

public MondrianGuiDef.AggMeasure[] getAggMeasures()

getAggLevels

public MondrianGuiDef.AggLevel[] getAggLevels()

SourceForge.net_Logo