|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.jpivot.olap.mdxparse.Formula
public class Formula
Formula representing a WITH MEMBER ... or a WITH SET ...
Method Summary | |
---|---|
void |
accept(ExpVisitor visitor)
Exp is visitable |
java.lang.Object |
clone()
|
Exp |
getExp()
|
java.lang.String |
getFirstName()
return the first name (Dimension/Hierarchy) |
java.lang.String |
getLastName()
return the Last name (eg. member name) |
java.lang.String |
getUniqeName()
return the unique name |
boolean |
isMember()
Returns the isMember. |
java.lang.String |
toMdx()
format to MDX |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isMember()
public java.lang.String getUniqeName()
public java.lang.String getFirstName()
public java.lang.String getLastName()
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)
public Exp getExp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |