public static class MondrianGuiDef.InlineTable extends MondrianGuiDef.Relation
| Modifier and Type | Field and Description | 
|---|---|
String | 
alias  | 
MondrianGuiDef.ColumnDefs | 
columnDefs  | 
MondrianGuiDef.Rows | 
rows  | 
| Constructor and Description | 
|---|
InlineTable()  | 
InlineTable(DOMWrapper _def)  | 
InlineTable(MondrianGuiDef.InlineTable inlineTable)
Convenience constructor. 
 | 
| Modifier and Type | Method and 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)  | 
MondrianGuiDef.InlineTable | 
find(String seekAlias)  | 
String | 
getAlias()  | 
String | 
getName()  | 
int | 
hashCode()  | 
String | 
toString()  | 
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_new, getMixedChildren, getText, getType, getWrapper, toCompactXML, toXML, verifyEqualpublic String alias
public MondrianGuiDef.ColumnDefs columnDefs
public MondrianGuiDef.Rows rows
public InlineTable()
public InlineTable(DOMWrapper _def) throws XOMException
XOMExceptionpublic InlineTable(MondrianGuiDef.InlineTable inlineTable)
public String getName()
getName in interface NodeDefgetName in class MondrianGuiDef.Relationpublic void display(PrintWriter _out, int _indent)
display in interface NodeDefdisplay in class MondrianGuiDef.Relationpublic void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class MondrianGuiDef.Relationpublic boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff in class MondrianGuiDef.Relationpublic String getAlias()
getAlias in class MondrianGuiDef.Relationpublic String toString()
toString in class ElementDefpublic MondrianGuiDef.InlineTable find(String seekAlias)
find in class MondrianGuiDef.RelationOrJoinpublic boolean equals(Object o)
equals in class MondrianGuiDef.RelationOrJoinpublic int hashCode()
hashCode in class MondrianGuiDef.RelationOrJoin