public abstract static class MondrianDef.ExpressionView extends ElementDef implements MondrianDef.Expression
Modifier and Type | Field and Description |
---|---|
MondrianDef.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, verifyEqual
finalize, getClass, notify, notifyAll, wait, wait, wait
getChildren, getLocation, getText, getType, getWrapper
public MondrianDef.SQL[] expressions
public ExpressionView()
public ExpressionView(DOMWrapper _def) throws XOMException
XOMException
public String getName()
getName
in interface NodeDef
getName
in class ElementDef
public void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML
in interface NodeDef
displayXML
in class ElementDef
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff
in class ElementDef
public String toString()
toString
in class ElementDef
public String getExpression(SqlQuery query)
getExpression
in interface MondrianDef.Expression
public String getGenericExpression()
getGenericExpression
in interface MondrianDef.Expression
public String getTableAlias()
getTableAlias
in interface MondrianDef.Expression
public int hashCode()
hashCode
in class ElementDef
public boolean equals(Object obj)
equals
in class ElementDef