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 CalculationArgument |
StructureFactory.createCalculationArgument()
Creates a new calculation argument structure.
|
Modifier and Type | Method and Description |
---|---|
CalculationArgumentHandle |
ComputedColumnHandle.addCalculationArgument(CalculationArgument argument)
Adds a calculation argument to list.
|
void |
ComputedColumnHandle.removeCalculationArgument(CalculationArgument argument)
Removes a calculation argument from list.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputedColumn.addCalculationArgument(CalculationArgument argument)
Adds a calculation argument to list.
|
void |
ComputedColumn.removeCalculationArgument(CalculationArgument argument)
Removes a calculation argument from list.
|
Copyright © 2008 Actuate Corp. All rights reserved.