Enum Class EssCubeView.ZoomInPreference

java.lang.Object
java.lang.Enum<EssCubeView.ZoomInPreference>
com.appliedolap.essbase.EssCubeView.ZoomInPreference
All Implemented Interfaces:
Serializable, Comparable<EssCubeView.ZoomInPreference>, Constable
Enclosing interface:
EssCubeView

public static enum EssCubeView.ZoomInPreference extends Enum<EssCubeView.ZoomInPreference>
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.
  • Enum Constant Details

  • Method Details

    • values

      public static EssCubeView.ZoomInPreference[] 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

      public static EssCubeView.ZoomInPreference valueOf(String name)
      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 name
      NullPointerException - if the argument is null