Interface DisplayFolder


@Deprecated public interface DisplayFolder
Deprecated.
In olap4j 2.0, getDisplayFolder() will be on the Measure and Hierarchy interfaces
Element that has a display folder.
Author:
Joe Barefoot
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the path to be used when displaying this element in the user interface.
  • Method Details

    • getDisplayFolder

      String getDisplayFolder()
      Deprecated.
      Returns the path to be used when displaying this element in the user interface.

      Folder names are separated by a semicolon (;). Nested folders are indicated by a backslash (\).

      The element is typically a measure or hierarchy. For instance, when a cube has many measures, you can use display folders to categorize the measures and improve the user browsing experience.

      Returns:
      display folder for this Measure or Hierarchy