Uses of Class
mondrian.olap.DimensionType
-
Packages that use DimensionType Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of DimensionType in mondrian.olap
Fields in mondrian.olap declared as DimensionType Modifier and Type Field Description protected DimensionType
DimensionBase. dimensionType
Methods in mondrian.olap that return DimensionType Modifier and Type Method Description DimensionType
Dimension. getDimensionType()
Returns the type of this dimension (StandardDimension
orTimeDimension
DimensionType
DimensionBase. getDimensionType()
DimensionType
MondrianDef.Dimension. getDimensionType()
static DimensionType
DimensionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DimensionType[]
DimensionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mondrian.olap with parameters of type DimensionType Constructor Description 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 Modifier and Type Method Description DimensionType
RolapCubeDimension. getDimensionType()
-