Uses of Class
org.eclipse.birt.report.model.api.ParameterHandle
-
Packages that use ParameterHandle Package Description 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 Modifier and Type Class Description class
AbstractScalarParameterHandle
Represents the abstract scalar parameter types.class
AbstractScalarParameterHandleImpl
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 Modifier and Type Method Description ParameterHandle
ModuleHandleImpl. findParameter(java.lang.String name)
Finds a parameter by name in this module and the included modules.
-