| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected LevelType | LevelBase. levelType | 
| Modifier and Type | Method and Description | 
|---|---|
| LevelType | Level. getLevelType() | 
| LevelType | LevelBase. getLevelType() | 
| static LevelType | LevelType. valueOf(String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static LevelType[] | LevelType. values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| LevelBase(Hierarchy hierarchy,
         String name,
         String caption,
         boolean visible,
         String description,
         int depth,
         LevelType levelType) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.