Uses of Class
mondrian.olap.LevelType
-
Packages that use LevelType Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries. -
-
Uses of LevelType in mondrian.olap
Fields in mondrian.olap declared as LevelType Modifier and Type Field Description protected LevelType
LevelBase. levelType
Methods in mondrian.olap that return LevelType Modifier and Type Method 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.Constructors in mondrian.olap with parameters of type LevelType Constructor Description LevelBase(Hierarchy hierarchy, String name, String caption, boolean visible, String description, int depth, LevelType levelType)
-