Uses of Enum Class
com.appliedolap.essbase.EssCubeView.CellType
Packages that use EssCubeView.CellType
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssCubeView.CellType in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssCubeView.CellTypeModifier and TypeMethodDescriptionEssCubeView.getCellType(int row, int col) static EssCubeView.CellTypeReturns the enum constant of this class with the specified name.static EssCubeView.CellType[]EssCubeView.CellType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EssCubeView.CellType in com.appliedolap.essbase.impl
Methods in com.appliedolap.essbase.impl that return EssCubeView.CellType