public abstract static class MondrianGuiDef.ExpressionView extends ElementDef implements MondrianGuiDef.Expression
| Modifier and Type | Field and Description |
|---|---|
MondrianGuiDef.SQL[] |
expressions |
| Constructor and Description |
|---|
ExpressionView() |
ExpressionView(DOMWrapper _def) |
| 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 |
getExpression(SqlQuery query) |
String |
getGenericExpression() |
String |
getName() |
String |
getTableAlias() |
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, verifyEqualfinalize, getClass, notify, notifyAll, wait, wait, waitgetChildren, getLocation, getText, getType, getWrapperpublic MondrianGuiDef.SQL[] expressions
public ExpressionView()
public ExpressionView(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 toString()
toString in class ElementDefpublic String getExpression(SqlQuery query)
getExpression in interface MondrianGuiDef.Expressionpublic String getGenericExpression()
getGenericExpression in interface MondrianGuiDef.Expressionpublic String getTableAlias()
getTableAlias in interface MondrianGuiDef.Expressionpublic int hashCode()
hashCode in class ElementDefpublic boolean equals(Object obj)
equals in class ElementDef