Interface Level


public interface Level
OLAP Cube Level, Child of Hierarchy
  • Method Summary

    Modifier and Type
    Method
    Description
    Attribute associated with level if available Note that All Levels will not have an attribute associated with them.
    Name of the Level
    returns the parent level, null if root level
  • Method Details

    • getName

      String getName()
      Name of the Level
      Returns:
      name
    • getAttribute

      Attribute getAttribute()
      Attribute associated with level if available Note that All Levels will not have an attribute associated with them.
      Returns:
      attribute
    • getParent

      Level getParent()
      returns the parent level, null if root level
      Returns:
      level