| 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DimensionType | DimensionBase. dimensionType | 
| Modifier and Type | Method and Description | 
|---|---|
| DimensionType | MondrianDef.Dimension. getDimensionType() | 
| DimensionType | Dimension. getDimensionType()Returns the type of this dimension
 ( StandardDimensionorTimeDimension | 
| DimensionType | DimensionBase. 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. | 
| Constructor and Description | 
|---|
| DimensionBase(String name,
             String caption,
             boolean visible,
             String description,
             DimensionType dimensionType,
             boolean highCardinality)Creates a DimensionBase. | 
| Modifier and Type | Method and Description | 
|---|---|
| DimensionType | RolapCubeDimension. getDimensionType() | 
Copyright © 2021 Hitachi Vantara. All rights reserved.