Uses of Enum Class
org.olap4j.Axis.Standard
Packages that use Axis.Standard
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Uses of Axis.Standard in org.olap4j
Fields in org.olap4j declared as Axis.StandardModifier and TypeFieldDescriptionstatic final Axis.Standard
Axis.CHAPTERS
Abbreviation forFILTER
.static final Axis.Standard
Axis.COLUMNS
Abbreviation forCOLUMNS
.static final Axis.Standard
Axis.FILTER
Abbreviation forFILTER
.static final Axis.Standard
Axis.PAGES
Abbreviation forPAGES
.static final Axis.Standard
Axis.ROWS
Abbreviation forROWS
.static final Axis.Standard
Axis.SECTIONS
Abbreviation forCHAPTERS
.Methods in org.olap4j that return Axis.StandardModifier and TypeMethodDescriptionstatic Axis.Standard
Returns the enum constant of this class with the specified name.static Axis.Standard[]
Axis.Standard.values()
Returns an array containing the constants of this enum class, in the order they are declared.