Uses of Enum Class
com.appliedolap.essbase.EssServer.ApplicationType
Packages that use EssServer.ApplicationType
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 EssServer.ApplicationType in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssServer.ApplicationTypeModifier and TypeMethodDescriptionstatic EssServer.ApplicationTypeReturns the enum constant of this class with the specified name.static EssServer.ApplicationType[]EssServer.ApplicationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EssServer.ApplicationType in com.appliedolap.essbase.impl
Methods in com.appliedolap.essbase.impl that return EssServer.ApplicationTypeMethods in com.appliedolap.essbase.impl with parameters of type EssServer.ApplicationTypeModifier and TypeMethodDescriptionvoidEssServerImpl.DatabaseCreateOptions.setType(EssServer.ApplicationType type)