Uses of Enum Class
mondrian.olap.DimensionType
Packages that use 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
Fields in mondrian.olap declared as DimensionTypeMethods in mondrian.olap that return DimensionTypeModifier 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.Constructors in mondrian.olap with parameters of type DimensionTypeModifierConstructorDescriptionprotected
DimensionBase
(String name, String caption, boolean visible, String description, DimensionType dimensionType, boolean highCardinality) Creates a DimensionBase. -
Uses of DimensionType in mondrian.rolap
Methods in mondrian.rolap that return DimensionType