mondrian.olap
Class MondrianDef.AggTable

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

public abstract static class MondrianDef.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
 MondrianDef.AggFactCount factcount
          What does the fact_count column look like.
 MondrianDef.AggForeignKey[] foreignKeys
           
 Boolean ignorecase
           
 MondrianDef.AggIgnoreColumn[] ignoreColumns
           
 MondrianDef.AggLevel[] levels
           
 MondrianDef.AggMeasure[] measures
           
 
Constructor Summary
MondrianDef.AggTable()
           
MondrianDef.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)
           
 MondrianDef.AggFactCount getAggFactCount()
           
 MondrianDef.AggForeignKey[] getAggForeignKeys()
           
 MondrianDef.AggIgnoreColumn[] getAggIgnoreColumns()
           
 MondrianDef.AggLevel[] getAggLevels()
           
 MondrianDef.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 MondrianDef.AggFactCount factcount
What does the fact_count column look like.


ignoreColumns

public MondrianDef.AggIgnoreColumn[] ignoreColumns

foreignKeys

public MondrianDef.AggForeignKey[] foreignKeys

measures

public MondrianDef.AggMeasure[] measures

levels

public MondrianDef.AggLevel[] levels
Constructor Detail

MondrianDef.AggTable

public MondrianDef.AggTable()

MondrianDef.AggTable

public MondrianDef.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 MondrianDef.AggFactCount getAggFactCount()

getAggIgnoreColumns

public MondrianDef.AggIgnoreColumn[] getAggIgnoreColumns()

getAggForeignKeys

public MondrianDef.AggForeignKey[] getAggForeignKeys()

getAggMeasures

public MondrianDef.AggMeasure[] getAggMeasures()

getAggLevels

public MondrianDef.AggLevel[] getAggLevels()

SourceForge.net_Logo