|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SetParameter
sets a parameter of the MDX Query
Field Summary | |
---|---|
static java.lang.String |
ID
|
Method Summary | |
---|---|
java.util.Map |
getDisplayValues()
for scripting. |
java.lang.String[] |
getParameterNames()
return the names of all defined parameters in this query |
void |
setParameter(java.lang.String paramName,
Expression expr)
sets a parameter |
Methods inherited from interface com.tonbeller.jpivot.core.Extension |
---|
decorate, getId, modelInitialized, setModel |
Field Detail |
---|
static final java.lang.String ID
Method Detail |
---|
void setParameter(java.lang.String paramName, Expression expr)
paramName
- name of the parameter in the MDX queryexpr
- the value of the parameter, e.g. a memberjava.util.Map getDisplayValues()
java.lang.String[] getParameterNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |