Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
static ConfigVariable |
StructureFactory.createConfigVar()
Creates an empty config variable structure.
|
ConfigVariable |
ModuleHandleImpl.findConfigVariable(java.lang.String name)
Finds the config variable with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleHandleImpl.addConfigVariable(ConfigVariable configVar)
Adds a new config variable.
|
void |
ModuleHandleImpl.replaceConfigVariable(ConfigVariable oldVar,
ConfigVariable newVar)
Replaces the old config variable with the new one.
|
Copyright © 2008 Actuate Corp. All rights reserved.