Package mondrian.calc
Interface ParameterCompilable
-
- All Superinterfaces:
Parameter
- All Known Implementing Classes:
ParameterImpl
,RolapSchemaParameter
public interface ParameterCompilable extends Parameter
Extension toParameter
which allows compilation.- Since:
- Jul 22, 2006
- Author:
- jhyde
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface mondrian.olap.Parameter
Parameter.Scope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Calc
compile(ExpCompiler compiler)
-
Methods inherited from interface mondrian.olap.Parameter
getDefaultExp, getDescription, getName, getScope, getType, getValue, isModifiable, isSet, setValue, unsetValue
-
-
-
-
Method Detail
-
compile
Calc compile(ExpCompiler compiler)
-
-