Uses of Class
mondrian.olap.Parameter.Scope
-
Packages that use Parameter.Scope Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of Parameter.Scope in mondrian.olap
Methods in mondrian.olap that return Parameter.Scope Modifier and Type Method Description Parameter.Scope
Parameter. getScope()
Returns the scope where this parameter is defined.Parameter.Scope
ParameterImpl. getScope()
static Parameter.Scope
Parameter.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Parameter.Scope[]
Parameter.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Parameter.Scope in mondrian.rolap
Methods in mondrian.rolap that return Parameter.Scope Modifier and Type Method Description Parameter.Scope
RolapSchemaParameter. getScope()
-