|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.olap.mdxparse.QueryAxis
public class QueryAxis
MDX query axis
Constructor Summary | |
---|---|
QueryAxis(boolean nonEmpty,
Exp exp,
java.lang.String name)
c'tor |
Method Summary | |
---|---|
void |
accept(ExpVisitor visitor)
Exp is visitable |
java.lang.Object |
clone()
|
java.util.List |
getDimProps()
|
Exp |
getExp()
Returns the exp. |
java.lang.String |
getName()
Returns the name. |
boolean |
isNonEmpty()
Returns the nonEmpty. |
void |
setDimProps(java.util.List dimProps)
|
void |
setExp(Exp exp)
Sets the exp. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setNonEmpty(boolean nonEmpty)
Sets the nonEmpty. |
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 QueryAxis(boolean nonEmpty, Exp exp, java.lang.String name)
Object.Object()
Method Detail |
---|
public Exp getExp()
public java.lang.String getName()
public boolean isNonEmpty()
public void setExp(Exp exp)
exp
- The exp to setpublic void setName(java.lang.String name)
name
- The name to setpublic void setNonEmpty(boolean nonEmpty)
nonEmpty
- The nonEmpty to setpublic 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 java.util.List getDimProps()
public void setDimProps(java.util.List dimProps)
dimProps
- 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 |