mondrian.olap
Class MondrianDef.InlineTable

java.lang.Object
  extended by org.eigenbase.xom.ElementDef
      extended by mondrian.olap.MondrianDef.RelationOrJoin
          extended by mondrian.olap.MondrianDef.Relation
              extended by mondrian.olap.MondrianDef.InlineTable
All Implemented Interfaces:
Serializable, Cloneable, NodeDef
Enclosing class:
MondrianDef

public static class MondrianDef.InlineTable
extends MondrianDef.Relation

See Also:
Serialized Form
 

Field Summary
 String alias
           
 MondrianDef.ColumnDefs columnDefs
           
 MondrianDef.Rows rows
           
 
Constructor Summary
MondrianDef.InlineTable()
           
MondrianDef.InlineTable(DOMWrapper _def)
           
MondrianDef.InlineTable(MondrianDef.InlineTable inlineTable)
          Convenience constructor.
 
Method Summary
 void display(PrintWriter _out, int _indent)
           
 boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
           
 void displayXML(XMLOutput _out, int _indent)
           
 boolean equals(Object o)
           
 MondrianDef.InlineTable find(String seekAlias)
           
 String getAlias()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
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, getChildren, getElementChildren, getElementClass, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, toCompactXML, toXML, verifyEqual
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

alias

public String alias

columnDefs

public MondrianDef.ColumnDefs columnDefs

rows

public MondrianDef.Rows rows
Constructor Detail

MondrianDef.InlineTable

public MondrianDef.InlineTable()

MondrianDef.InlineTable

public MondrianDef.InlineTable(DOMWrapper _def)
                        throws XOMException
Throws:
XOMException

MondrianDef.InlineTable

public MondrianDef.InlineTable(MondrianDef.InlineTable inlineTable)
Convenience constructor.

Method Detail

getName

public String getName()
Specified by:
getName in interface NodeDef
Overrides:
getName in class MondrianDef.Relation

display

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

displayXML

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

displayDiff

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

getAlias

public String getAlias()
Specified by:
getAlias in class MondrianDef.Relation

toString

public String toString()
Overrides:
toString in class ElementDef

find

public MondrianDef.InlineTable find(String seekAlias)
Specified by:
find in class MondrianDef.RelationOrJoin

equals

public boolean equals(Object o)
Overrides:
equals in class MondrianDef.RelationOrJoin

hashCode

public int hashCode()
Overrides:
hashCode in class MondrianDef.RelationOrJoin

SourceForge.net_Logo