Package com.appliedolap.essbase
Enum Class EssCubeView.ZoomInPreference
- All Implemented Interfaces:
Serializable,Comparable<EssCubeView.ZoomInPreference>,Constable
- Enclosing interface:
- EssCubeView
The server's zoom-in behavior when a plain
EssCubeView.zoomIn(int, int) is used (no explicit member set).
Mirrors a subset of the classic ad hoc "Zoom In" preference - the REST wire format
(ancestor/mode on the preferences resource) only expresses these three; it has
no equivalent of the classic API's Sibling Level, Same Level, Same Generation, or Formulas
options. Verified live: ALL_LEVELS pulls in every descendant level (not just direct
children) on a subsequent zoom, and the effect is visible immediately on the next zoom-in.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic EssCubeView.ZoomInPreferenceReturns the enum constant of this class with the specified name.static EssCubeView.ZoomInPreference[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NEXT_LEVEL
-
ALL_LEVELS
-
BOTTOM_LEVEL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-