Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static AggregationArgument |
StructureFactory.createAggregationArgument()
Creates an aggregation argument for computed column.
|
Modifier and Type | Method and Description |
---|---|
AggregationArgumentHandle |
ComputedColumnHandle.addArgument(AggregationArgument argument)
Adds an arguments to list.
|
void |
ComputedColumnHandle.removeArgument(AggregationArgument argument)
Removes an arguments from list.
|
Modifier and Type | Method and Description |
---|---|
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.