mondrian.calc
Interface ParameterCompilable

All Superinterfaces:
Parameter
All Known Implementing Classes:
ParameterImpl, RolapSchemaParameter

public interface ParameterCompilable
extends Parameter

Extension to Parameter 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
 Calc compile(ExpCompiler compiler)
           
 
Methods inherited from interface mondrian.olap.Parameter
getDefaultExp, getDescription, getName, getScope, getType, getValue, isModifiable, setValue
 

Method Detail

compile

Calc compile(ExpCompiler compiler)

SourceForge.net_Logo