|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.jpivot.olap.mdxparse.MemberProperty
public class MemberProperty
member property implementation
Constructor Summary | |
---|---|
MemberProperty(java.lang.String name,
Exp exp)
|
Method Summary | |
---|---|
void |
accept(ExpVisitor visitor)
Exp is visitable |
java.lang.Object |
clone()
|
Exp |
getExp()
|
java.lang.String |
toMdx()
format to MDX |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemberProperty(java.lang.String name, Exp exp)
Method Detail |
---|
public Exp getExp()
public java.lang.String toMdx()
toMdx
in interface Exp
public java.lang.Object clone()
clone
in interface Exp
clone
in class java.lang.Object
Object.clone()
public void accept(ExpVisitor visitor)
Exp
accept
in interface Exp
Exp.accept(com.tonbeller.jpivot.olap.mdxparse.ExpVisitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |