mondrian.olap
Interface EnumeratedValues.Value
- All Known Implementing Classes:
- EnumeratedValues.BasicValue, Property, RolapAggregator, RolapAggregator.AvgFromAvg, RolapAggregator.AvgFromSum, RolapAggregator.BaseAggor, RolapAggregator.SumFromAvg, RolapProperty
- Enclosing class:
- EnumeratedValues<V extends EnumeratedValues.Value>
public static interface EnumeratedValues.Value
A Value
represents a member of an enumerated type. If an
enumerated type is not based upon an explicit array of values, an
array of EnumeratedValues.BasicValue
s will implicitly be created.
getName
java.lang.String getName()
getOrdinal
int getOrdinal()
getDescription
java.lang.String getDescription()