Package mondrian.gui
Class MondrianGuiDef.AggTable
- java.lang.Object
-
- org.eigenbase.xom.ElementDef
-
- 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
Fields Modifier and Type Field Description MondrianGuiDef.AggFactCountfactcountWhat does the fact_count column look like.MondrianGuiDef.AggForeignKey[]foreignKeysBooleanignorecaseMondrianGuiDef.AggIgnoreColumn[]ignoreColumnsMondrianGuiDef.AggLevel[]levelsMondrianGuiDef.AggMeasure[]measures
-
Constructor Summary
Constructors Constructor Description AggTable()AggTable(DOMWrapper _def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(PrintWriter _out, int _indent)booleandisplayDiff(ElementDef _other, PrintWriter _out, int _indent)voiddisplayXML(XMLOutput _out, int _indent)MondrianGuiDef.AggFactCountgetAggFactCount()MondrianGuiDef.AggForeignKey[]getAggForeignKeys()MondrianGuiDef.AggIgnoreColumn[]getAggIgnoreColumns()MondrianGuiDef.AggLevel[]getAggLevels()MondrianGuiDef.AggMeasure[]getAggMeasures()StringgetName()booleanisIgnoreCase()-
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, getLocation, getMixedChildren, getMixedChildren_new, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
-
-
-
-
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
-
AggTable
public AggTable()
-
AggTable
public AggTable(DOMWrapper _def) throws XOMException
- Throws:
XOMException
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceNodeDef- Overrides:
getNamein classElementDef
-
display
public void display(PrintWriter _out, int _indent)
-
displayXML
public void displayXML(XMLOutput _out, int _indent)
- Specified by:
displayXMLin interfaceNodeDef- Overrides:
displayXMLin classElementDef
-
displayDiff
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiffin classElementDef
-
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()
-
-