Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.metadata
Interface OlapHierarchy

All Superinterfaces:
OlapObject
All Known Implementing Classes:
OlapHierarchyImpl, TableHierarchy

public interface OlapHierarchy
extends OlapObject

OlapHierarchy is the metadata object that represents a hierarchy in a dimension.


Method Summary
 OlapMember getDefaultMember()
          Retrieves the default member of the hierarchy.
 OlapDimension getDimension()
          Retrieves the dimension this hierarchy belongs to.
 LevelList getLevels()
          Retrieves the levels that the hierarchy contains.
 boolean hasAll()
          Determines whether the hierarchy has an 'all' member.
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Method Detail

getDefaultMember

OlapMember getDefaultMember()
Retrieves the default member of the hierarchy.

Returns:
the hierarchy's default member

getDimension

OlapDimension getDimension()
Retrieves the dimension this hierarchy belongs to.

Returns:
the hierarchy's dimension

getLevels

LevelList getLevels()
Retrieves the levels that the hierarchy contains.

Returns:
the hierarchy's levels

hasAll

boolean hasAll()
Determines whether the hierarchy has an 'all' member.

Returns:
true if the hierarchy has an 'all' member, false otherwise

Copyright © 2011 Citra Technologies. All Rights Reserved.