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

Packages that use ConfigVariable
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
 

Uses of ConfigVariable in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ConfigVariable
static ConfigVariable StructureFactory.createConfigVar()
          Creates an empty config variable structure.
 ConfigVariable ModuleHandle.findConfigVariable(java.lang.String name)
          Finds the config variable with the given name.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ConfigVariable
 void ModuleHandle.addConfigVariable(ConfigVariable configVar)
          Adds a new config variable.
 void ModuleHandle.replaceConfigVariable(ConfigVariable oldVar, ConfigVariable newVar)
          Replaces the old config variable with the new one.
 



Copyright © 2008 Actuate Corp. All rights reserved.