Uses of Enum Class
com.appliedolap.essbase.EssCube.MdxOutputType
Packages that use EssCube.MdxOutputType
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 EssCube.MdxOutputType in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssCube.MdxOutputTypeModifier and TypeMethodDescriptionstatic EssCube.MdxOutputTypeReturns the enum constant of this class with the specified name.static EssCube.MdxOutputType[]EssCube.MdxOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.appliedolap.essbase with parameters of type EssCube.MdxOutputTypeModifier and TypeMethodDescriptionvoidEssCube.executeMdx(String query, EssCube.MdxOutputType outputType, EssCubeImpl.MdxOptions mdxOptions, OutputStream outputStream) -
Uses of EssCube.MdxOutputType in com.appliedolap.essbase.impl
Methods in com.appliedolap.essbase.impl with parameters of type EssCube.MdxOutputTypeModifier and TypeMethodDescriptionvoidEssCubeImpl.executeMdx(String query, EssCube.MdxOutputType outputType, EssCubeImpl.MdxOptions mdxOptions, OutputStream outputStream)