Uses of Enum Class
com.appliedolap.essbase.EssCubeView.ZoomInPreference
Packages that use EssCubeView.ZoomInPreference
Package
Description
The classes in this package model client API that works with the Essbase REST API.
-
Uses of EssCubeView.ZoomInPreference in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return EssCubeView.ZoomInPreferenceModifier and TypeMethodDescriptionstatic EssCubeView.ZoomInPreferenceReturns the enum constant of this class with the specified name.static EssCubeView.ZoomInPreference[]EssCubeView.ZoomInPreference.values()Returns an array containing the constants of this enum class, in the order they are declared.EssCubeView.GridPreferences.zoomInPreference()Returns the value of thezoomInPreferencerecord component.Constructors in com.appliedolap.essbase with parameters of type EssCubeView.ZoomInPreferenceModifierConstructorDescriptionGridPreferences(EssCubeView.Indentation indentation, boolean suppressMissingRows, boolean suppressZeroRows, boolean suppressUnderscoreRows, boolean repeatMemberLabels, EssCubeView.ZoomInPreference zoomInPreference, boolean includeSelection, boolean withinSelectedGroup, boolean removeUnselectedGroup) Creates an instance of aGridPreferencesrecord class.