Uses of Interface
mondrian.olap.EnumeratedValues.Value
-
Packages that use EnumeratedValues.Value 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.Value in mondrian.olap
Classes in mondrian.olap with type parameters of type EnumeratedValues.Value Modifier and Type Class Description classEnumeratedValues<V extends EnumeratedValues.Value>EnumeratedValuesis a helper class for declaring a set of symbolic constants which have names, ordinals, and possibly descriptions.Classes in mondrian.olap that implement EnumeratedValues.Value Modifier and Type Class Description static classEnumeratedValues.BasicValueBasicValueis an obvious implementation ofEnumeratedValues.Value.classPropertyPropertyis the definition of a member property.Constructors in mondrian.olap with parameters of type EnumeratedValues.Value Constructor Description EnumeratedValues(V[] values)Creates an enumeration, with an array of values, and freezes it. -
Uses of EnumeratedValues.Value in mondrian.rolap
Classes in mondrian.rolap that implement EnumeratedValues.Value Modifier and Type Class Description classRolapAggregatorDescribes an aggregation operator, such as "sum" or "count".static classRolapAggregator.AvgFromAvgAggregator used for aggregate tables implementing the average aggregator.static classRolapAggregator.AvgFromSumAggregator used for aggregate tables implementing the average aggregator.static classRolapAggregator.BaseAggorThis is the base class for implementing aggregators over sum and average columns in an aggregate table.static classRolapAggregator.SumFromAvgThis is an aggregator used for aggregate tables implementing the sum aggregator.
-