| Package | Description | 
|---|---|
| mondrian.olap | 
 Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryAxis.SubtotalVisibility | 
QueryAxis.getSubtotalVisibility()  | 
static QueryAxis.SubtotalVisibility | 
QueryAxis.SubtotalVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QueryAxis.SubtotalVisibility[] | 
QueryAxis.SubtotalVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
QueryAxis(boolean nonEmpty,
         Exp set,
         AxisOrdinal axisOrdinal,
         QueryAxis.SubtotalVisibility subtotalVisibility)
Creates an axis with no dimension properties. 
 | 
QueryAxis(boolean nonEmpty,
         Exp set,
         AxisOrdinal axisOrdinal,
         QueryAxis.SubtotalVisibility subtotalVisibility,
         Id[] dimensionProperties)
Creates an axis. 
 | 
Copyright © 2020 Hitachi Vantara. All rights reserved.