Uses of Enum Class
mondrian.olap.DimensionType
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of DimensionType in mondrian.olap
Modifier and TypeMethodDescriptionDimension.getDimensionType()
Returns the type of this dimension (StandardDimension
orTimeDimension
DimensionBase.getDimensionType()
MondrianDef.Dimension.getDimensionType()
static DimensionType
Returns the enum constant of this class with the specified name.static DimensionType[]
DimensionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
DimensionBase
(String name, String caption, boolean visible, String description, DimensionType dimensionType, boolean highCardinality) Creates a DimensionBase. -
Uses of DimensionType in mondrian.rolap