Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.metadata
Interface OlapDimension

All Superinterfaces:
OlapObject
All Known Implementing Classes:
OlapDimensionImpl, TableDimension

public interface OlapDimension
extends OlapObject

OlapDimension is the metadata object that represents a dimension in a cube.


Method Summary
 OlapHierarchy getDefaultHierarchy()
          Retrieves the default hierarchy of the dimension.
 HierarchyList getHierarchies()
          Retrieves the hierarchies of the dimension.
 boolean isMeasureDimension()
          Determines whether the dimension is the measure dimension.
 
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject
getCaption, getDescription, getID, getName
 

Method Detail

getDefaultHierarchy

OlapHierarchy getDefaultHierarchy()
Retrieves the default hierarchy of the dimension.

Returns:
the dimension's default hierarchy

getHierarchies

HierarchyList getHierarchies()
Retrieves the hierarchies of the dimension.

Returns:
the dimension's hierarchies

isMeasureDimension

boolean isMeasureDimension()
Determines whether the dimension is the measure dimension.

Returns:
true if the dimension is the measure dimension, false otherwise

Copyright © 2011 Citra Technologies. All Rights Reserved.