Package mondrian.gui
Class MondrianGuiDef.InlineTable
- java.lang.Object
-
- org.eigenbase.xom.ElementDef
-
- mondrian.gui.MondrianGuiDef.RelationOrJoin
-
- mondrian.gui.MondrianGuiDef.Relation
-
- mondrian.gui.MondrianGuiDef.InlineTable
-
- All Implemented Interfaces:
Serializable,Cloneable,NodeDef
- Enclosing class:
- MondrianGuiDef
public static class MondrianGuiDef.InlineTable extends MondrianGuiDef.Relation
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringaliasMondrianGuiDef.ColumnDefscolumnDefsMondrianGuiDef.Rowsrows
-
Constructor Summary
Constructors Constructor Description InlineTable()InlineTable(MondrianGuiDef.InlineTable inlineTable)Convenience constructor.InlineTable(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)booleanequals(Object o)MondrianGuiDef.InlineTablefind(String seekAlias)StringgetAlias()StringgetName()inthashCode()StringtoString()-
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 MondrianGuiDef.ColumnDefs columnDefs
-
rows
public MondrianGuiDef.Rows rows
-
-
Constructor Detail
-
InlineTable
public InlineTable()
-
InlineTable
public InlineTable(DOMWrapper _def) throws XOMException
- Throws:
XOMException
-
InlineTable
public InlineTable(MondrianGuiDef.InlineTable inlineTable)
Convenience constructor.
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceNodeDef- Overrides:
getNamein classMondrianGuiDef.Relation
-
display
public void display(PrintWriter _out, int _indent)
- Specified by:
displayin interfaceNodeDef- Overrides:
displayin classMondrianGuiDef.Relation
-
displayXML
public void displayXML(XMLOutput _out, int _indent)
- Specified by:
displayXMLin interfaceNodeDef- Overrides:
displayXMLin classMondrianGuiDef.Relation
-
displayDiff
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiffin classMondrianGuiDef.Relation
-
getAlias
public String getAlias()
- Specified by:
getAliasin classMondrianGuiDef.Relation
-
toString
public String toString()
- Overrides:
toStringin classElementDef
-
find
public MondrianGuiDef.InlineTable find(String seekAlias)
- Specified by:
findin classMondrianGuiDef.RelationOrJoin
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classMondrianGuiDef.RelationOrJoin
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMondrianGuiDef.RelationOrJoin
-
-