Package mondrian.olap
Interface EnumeratedValues.Value
-
- All Known Implementing Classes:
EnumeratedValues.BasicValue,Property,RolapAggregator,RolapAggregator.AvgFromAvg,RolapAggregator.AvgFromSum,RolapAggregator.BaseAggor,RolapAggregator.SumFromAvg
- Enclosing class:
- EnumeratedValues<V extends EnumeratedValues.Value>
public static interface EnumeratedValues.ValueAValuerepresents a member of an enumerated type. If an enumerated type is not based upon an explicit array of values, an array ofEnumeratedValues.BasicValues will implicitly be created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()intgetOrdinal()
-