Uses of Class
mondrian.olap.fun.FunInfo
- 
Packages that use FunInfo Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions. - 
- 
Uses of FunInfo in mondrian.olap
Methods in mondrian.olap that return types with arguments of type FunInfo Modifier and Type Method Description List<FunInfo>FunTable. getFunInfoList()Returns a list ofFunInfoobjects.Methods in mondrian.olap with parameters of type FunInfo Modifier and Type Method Description voidFunTable.Builder. define(FunInfo funInfo)Defines a function info that is not matchd by an actual function. - 
Uses of FunInfo in mondrian.olap.fun
Methods in mondrian.olap.fun that return types with arguments of type FunInfo Modifier and Type Method Description List<FunInfo>FunTableImpl. getFunInfoList()Methods in mondrian.olap.fun with parameters of type FunInfo Modifier and Type Method Description intFunInfo. compareTo(FunInfo fi) 
 -