Uses of Class
org.eclipse.birt.report.model.api.olap.DimensionHandle

Packages that use DimensionHandle
org.eclipse.birt.report.model.api.olap   
 

Uses of DimensionHandle in org.eclipse.birt.report.model.api.olap
 

Subclasses of DimensionHandle in org.eclipse.birt.report.model.api.olap
 class OdaDimensionHandle
          Represents a dimension element in the cube element.
 class TabularDimensionHandle
          Represents a dimension element in the cube element.
 

Methods in org.eclipse.birt.report.model.api.olap that return DimensionHandle
 DimensionHandle CubeHandle.getDimension(java.lang.String dimensionName)
          Gets the dimension with the specified name within this cube.
 DimensionHandle CubeHandle.getLocalDimension(java.lang.String dimensionName)
          Gets the dimension with the specified name within this cube.
 DimensionHandle TabularDimensionHandle.getSharedDimension()
          Returns the dimension object that this dimension refers to.
 

Methods in org.eclipse.birt.report.model.api.olap with parameters of type DimensionHandle
 void TabularDimensionHandle.setSharedDimension(DimensionHandle handle)
          Sets the dimension object this dimension refers to.
 



Copyright © 2008 Actuate Corp. All rights reserved.