Package mondrian.olap
Class MemberProperty
- java.lang.Object
-
- mondrian.olap.QueryPart
-
- mondrian.olap.MemberProperty
-
public class MemberProperty extends QueryPart
Member property or solve order specification.- Author:
- jhyde, 1 March, 2000
-
-
Constructor Summary
Constructors Constructor Description MemberProperty(String name, Exp exp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
clone()
Object[]
getChildren()
Exp
getExp()
String
getName()
void
unparse(PrintWriter pw)
Writes a string representation of this parse tree node to the given writer.
-
-
-
Method Detail
-
getExp
public Exp getExp()
-
getName
public String getName()
-
getChildren
public Object[] getChildren()
- Overrides:
getChildren
in classQueryPart
-
unparse
public void unparse(PrintWriter pw)
Description copied from class:QueryPart
Writes a string representation of this parse tree node to the given writer.
-
-