Uses of Class
mondrian.olap.EnumeratedValues
Packages that use EnumeratedValues
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of EnumeratedValues in mondrian.olap
Subclasses of EnumeratedValues in mondrian.olapModifier and TypeClassDescriptionclass
Category
enumerates the possible expression types.Fields in mondrian.olap declared as EnumeratedValuesMethods in mondrian.olap that return EnumeratedValuesModifier and TypeMethodDescriptionEnumeratedValues.clone()
EnumeratedValues.getMutableClone()
Creates a mutable enumeration from an existing enumeration, which may already be immutable. -
Uses of EnumeratedValues in mondrian.rolap
Fields in mondrian.rolap declared as EnumeratedValuesModifier and TypeFieldDescriptionstatic final EnumeratedValues<RolapAggregator>
RolapAggregator.enumeration
List of all valid aggregation operators.