Package mondrian.gui
Interface MondrianGuiDef.Expression
-
- All Superinterfaces:
NodeDef
- All Known Implementing Classes:
MondrianGuiDef.CaptionExpression,MondrianGuiDef.Column,MondrianGuiDef.ExpressionView,MondrianGuiDef.KeyExpression,MondrianGuiDef.MeasureExpression,MondrianGuiDef.NameExpression,MondrianGuiDef.OrdinalExpression,MondrianGuiDef.ParentExpression
- Enclosing class:
- MondrianGuiDef
public static interface MondrianGuiDef.Expression extends NodeDef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpression(SqlQuery query)StringgetGenericExpression()StringgetTableAlias()-
Methods inherited from interface org.eigenbase.xom.NodeDef
display, displayXML, getChildren, getLocation, getName, getText, getType, getWrapper
-
-