Uses of Enum Class
com.appliedolap.essbase.EssObject.Type
Packages that use EssObject.Type
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Specific
EssApiException subtypes for error conditions callers
may want to catch and handle individually, rather than the generic base exception every other
API failure surfaces as.Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssObject.Type in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssObject.TypeModifier and TypeMethodDescriptionEssDataSource.getType()EssDimension.getType()EssDrillthrough.getType()EssFile.getType()EssGeneration.getType()EssGroup.getType()EssJob.getType()EssLevel.getType()EssLock.getType()EssMember.getType()EssObject.getType()Gets the type of this object.EssOutline.getType()EssScenario.getType()EssServer.getType()EssSession.getType()EssURL.getType()EssUser.getType()EssUtility.getType()EssVariable.getType()static EssObject.TypeReturns the enum constant of this class with the specified name.static EssObject.Type[]EssObject.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EssObject.Type in com.appliedolap.essbase.exceptions
Methods in com.appliedolap.essbase.exceptions that return EssObject.TypeConstructors in com.appliedolap.essbase.exceptions with parameters of type EssObject.Type -
Uses of EssObject.Type in com.appliedolap.essbase.impl
Methods in com.appliedolap.essbase.impl that return EssObject.TypeModifier and TypeMethodDescriptionEssApplicationImpl.getType()EssCubeImpl.getType()EssDataSourceImpl.getType()EssDimensionImpl.getType()EssDrillthroughImpl.getType()EssFileImpl.getType()EssGenerationImpl.getType()EssGroupImpl.getType()EssJobImpl.getType()EssLevelImpl.getType()EssLockImpl.getType()EssMemberImpl.getType()EssOutlineImpl.getType()EssScenarioImpl.getType()EssScriptImpl.getType()EssServerImpl.getType()EssSessionImpl.getType()EssURLImpl.getType()EssUserImpl.getType()EssUtilityImpl.getType()EssVariableImpl.getType()