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

Packages that use DimensionHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
org.eclipse.birt.report.model.api.olap   
 

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

Methods in org.eclipse.birt.report.model.api with parameters of type DimensionHandle
 OdaLevelHandle ElementFactory.newOdaLevel(DimensionHandle dimensionHandle, java.lang.String name)
          Creates a new oda level handle.
 TabularLevelHandle ElementFactory.newTabularLevel(DimensionHandle dimensionHandle, java.lang.String name)
          Creates a new level element within the given dimension handle.
protected  void DesignVisitor.visitDimension(DimensionHandle obj)
          Visits the dimension element.
 

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.
 



Copyright © 2008 Actuate Corp. All rights reserved.