Uses of Class
org.eclipse.birt.report.model.api.ParameterHandle

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

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

Subclasses of ParameterHandle in org.eclipse.birt.report.model.api
 class AbstractScalarParameterHandle
          Represents the abstract scalar parameter types.
 class DynamicFilterParameterHandle
          Represents the dynamic filter parameter types.
 class ScalarParameterHandle
          Represents a scalar (single-value) report parameter.
 

Methods in org.eclipse.birt.report.model.api that return ParameterHandle
 ParameterHandle ModuleHandle.findParameter(java.lang.String name)
          Finds a parameter by name in this module and the included modules.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ParameterHandle
protected  void DesignVisitor.visitParameter(ParameterHandle obj)
          Visits the parameter element.
 



Copyright © 2008 Actuate Corp. All rights reserved.