Uses of Class
org.eclipse.birt.report.model.api.elements.structures.AggregationArgument
Packages that use AggregationArgument
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Defines the structure types in Model system.
-
Uses of AggregationArgument in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return AggregationArgumentModifier and TypeMethodDescriptionstatic AggregationArgument
StructureFactory.createAggregationArgument()
Creates an aggregation argument for computed column.Methods in org.eclipse.birt.report.model.api with parameters of type AggregationArgumentModifier and TypeMethodDescriptionComputedColumnHandle.addArgument
(AggregationArgument argument) Adds an arguments to list.void
ComputedColumnHandle.removeArgument
(AggregationArgument argument) Removes an arguments from list. -
Uses of AggregationArgument in org.eclipse.birt.report.model.api.elements.structures
Methods in org.eclipse.birt.report.model.api.elements.structures with parameters of type AggregationArgumentModifier and TypeMethodDescriptionvoid
ComputedColumn.addArgument
(AggregationArgument argument) Adds an argument to list.void
ComputedColumn.removeArgument
(AggregationArgument argument) Removes an argument from list.