Package org.pentaho.aggdes.model
Interface Level
public interface Level
OLAP Cube Level, Child of Hierarchy
-
Method Summary
-
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
-