public static class MondrianGuiDef.Column extends ElementDef implements MondrianGuiDef.Expression
| Constructor and Description | 
|---|
MondrianGuiDef.Column()  | 
MondrianGuiDef.Column(DOMWrapper _def)  | 
MondrianGuiDef.Column(String table,
                     String name)
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 obj)  | 
String | 
getColumnName()  | 
String | 
getExpression(SqlQuery query)  | 
String | 
getGenericExpression()  | 
String | 
getName()  | 
String | 
getTableAlias()  | 
int | 
hashCode()  | 
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, toString, toXML, verifyEqualfinalize, getClass, notify, notifyAll, wait, wait, waitgetChildren, getLocation, getText, getType, getWrapperpublic MondrianGuiDef.Column()
public MondrianGuiDef.Column(DOMWrapper _def) throws XOMException
XOMExceptionpublic String getName()
getName in interface NodeDefgetName in class ElementDefpublic void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class ElementDefpublic boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff in class ElementDefpublic String getExpression(SqlQuery query)
getExpression in interface MondrianGuiDef.Expressionpublic String getGenericExpression()
getGenericExpression in interface MondrianGuiDef.Expressionpublic String getColumnName()
public String getTableAlias()
getTableAlias in interface MondrianGuiDef.Expressionpublic int hashCode()
hashCode in class ElementDefpublic boolean equals(Object obj)
equals in class ElementDef