|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.olap.QueryPart mondrian.olap.MemberProperty
public class MemberProperty
Member property or solve order specification.
Constructor Summary | |
---|---|
MemberProperty(String name,
Exp exp)
|
Method Summary | |
---|---|
protected Object |
clone()
|
(package private) static MemberProperty[] |
cloneArray(MemberProperty[] x)
|
(package private) static Exp |
get(MemberProperty[] a,
String name)
Retrieves a property by name from an array. |
Object[] |
getChildren()
Returns an array of the object's children. |
Exp |
getExp()
|
String |
getName()
|
(package private) void |
resolve(Validator validator)
|
void |
unparse(PrintWriter pw)
Writes a string representation of this parse tree node to the given writer. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberProperty(String name, Exp exp)
Method Detail |
---|
protected Object clone()
clone
in class Object
static MemberProperty[] cloneArray(MemberProperty[] x)
void resolve(Validator validator)
public Exp getExp()
public String getName()
public Object[] getChildren()
Walkable
Walkable
are ignored.
getChildren
in interface Walkable
getChildren
in class QueryPart
public void unparse(PrintWriter pw)
QueryPart
unparse
in class QueryPart
pw
- writerstatic Exp get(MemberProperty[] a, String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |