mondrian.gui
Class MondrianGuiDef.AggName

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

public static class MondrianGuiDef.AggName
extends MondrianGuiDef.AggTable

See Also:
Serialized Form
 

Field Summary
 String name
           
 
Fields inherited from class mondrian.gui.MondrianGuiDef.AggTable
factcount, foreignKeys, ignorecase, ignoreColumns, levels, measures
 
Constructor Summary
MondrianGuiDef.AggName()
           
MondrianGuiDef.AggName(DOMWrapper _def)
           
 
Method Summary
 void display(PrintWriter _out, int _indent)
           
 boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
           
 void displayXML(XMLOutput _out, int _indent)
           
 String getName()
           
 String getNameAttribute()
           
 
Methods inherited from class mondrian.gui.MondrianGuiDef.AggTable
getAggFactCount, getAggForeignKeys, getAggIgnoreColumns, getAggLevels, getAggMeasures, 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

name

public String name
Constructor Detail

MondrianGuiDef.AggName

public MondrianGuiDef.AggName()

MondrianGuiDef.AggName

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

getName

public String getName()
Specified by:
getName in interface NodeDef
Overrides:
getName in class MondrianGuiDef.AggTable

display

public void display(PrintWriter _out,
                    int _indent)
Specified by:
display in interface NodeDef
Overrides:
display in class MondrianGuiDef.AggTable

displayXML

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

displayDiff

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

getNameAttribute

public String getNameAttribute()

SourceForge.net_Logo