Uses of Class
org.eclipse.birt.report.model.api.elements.structures.AggregationArgument

Packages that use AggregationArgument
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.elements.structures 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 AggregationArgument
static AggregationArgument StructureFactory.createAggregationArgument()
          Creates an aggregation argument for computed column.
 

Methods in org.eclipse.birt.report.model.api with parameters of type AggregationArgument
 AggregationArgumentHandle ComputedColumnHandle.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 AggregationArgument
 void ComputedColumn.addArgument(AggregationArgument argument)
          Adds an argument to list.
 void ComputedColumn.removeArgument(AggregationArgument argument)
          Removes an argument from list.
 



Copyright © 2008 Actuate Corp. All rights reserved.