Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.metadata
Interface OlapLevel

All Superinterfaces:
OlapObject
All Known Implementing Classes:
OlapLevelImpl, TableLevel

public interface OlapLevel
extends OlapObject

OlapLevel is the metadata for a structural level that is part of an olap hierarchy.


Method Summary
 OlapHierarchy getHierarchy()
          Retrieves the hierarchy that this level belongs to.
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Method Detail

getHierarchy

OlapHierarchy getHierarchy()
Retrieves the hierarchy that this level belongs to.

Returns:
the level's hierarchy

Copyright © 2011 Citra Technologies. All Rights Reserved.