Package mondrian.olap
Class MondrianDef.InlineTable
- java.lang.Object
-
- org.eigenbase.xom.ElementDef
-
- mondrian.olap.MondrianDef.RelationOrJoin
-
- mondrian.olap.MondrianDef.Relation
-
- 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
Fields Modifier and Type Field Description String
alias
MondrianDef.ColumnDefs
columnDefs
MondrianDef.Rows
rows
-
Constructor Summary
Constructors Constructor Description InlineTable()
InlineTable(MondrianDef.InlineTable inlineTable)
Convenience constructor.InlineTable(DOMWrapper _def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getLocation, getMixedChildren, getMixedChildren_new, getText, getType, getWrapper, toCompactXML, toXML, verifyEqual
-
-
-
-
Field Detail
-
alias
public String alias
-
columnDefs
public MondrianDef.ColumnDefs columnDefs
-
rows
public MondrianDef.Rows rows
-
-
Constructor Detail
-
InlineTable
public InlineTable()
-
InlineTable
public InlineTable(DOMWrapper _def) throws XOMException
- Throws:
XOMException
-
InlineTable
public InlineTable(MondrianDef.InlineTable inlineTable)
Convenience constructor.
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceNodeDef
- Overrides:
getName
in classMondrianDef.Relation
-
display
public void display(PrintWriter _out, int _indent)
- Specified by:
display
in interfaceNodeDef
- Overrides:
display
in classMondrianDef.Relation
-
displayXML
public void displayXML(XMLOutput _out, int _indent)
- Specified by:
displayXML
in interfaceNodeDef
- Overrides:
displayXML
in classMondrianDef.Relation
-
displayDiff
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiff
in classMondrianDef.Relation
-
getAlias
public String getAlias()
- Specified by:
getAlias
in classMondrianDef.Relation
-
toString
public String toString()
- Overrides:
toString
in classElementDef
-
find
public MondrianDef.InlineTable find(String seekAlias)
- Specified by:
find
in classMondrianDef.RelationOrJoin
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classMondrianDef.RelationOrJoin
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMondrianDef.RelationOrJoin
-
-