Uses of Class
mondrian.olap.EnumeratedValues
-
Packages that use EnumeratedValues 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 EnumeratedValues in mondrian.olap
Subclasses of EnumeratedValues in mondrian.olap Modifier and Type Class Description class
Category
Category
enumerates the possible expression types.Fields in mondrian.olap declared as EnumeratedValues Modifier and Type Field Description static EnumeratedValues<Property>
Property. enumeration
Methods in mondrian.olap that return EnumeratedValues Modifier and Type Method Description EnumeratedValues<V>
EnumeratedValues. clone()
EnumeratedValues
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 EnumeratedValues Modifier and Type Field Description static EnumeratedValues<RolapAggregator>
RolapAggregator. enumeration
List of all valid aggregation operators.
-