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.Value
AValue
represents a member of an enumerated type. If an enumerated type is not based upon an explicit array of values, an array ofEnumeratedValues.BasicValue
s will implicitly be created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getName()
int
getOrdinal()
-