org.eclipse.birt.report.model.api
Interface IModuleOption

All Known Implementing Classes:
ModuleOption

public interface IModuleOption

Implements to define the keys to do some setting in a module.


Field Summary
static java.lang.String PARSER_SEMANTIC_CHECK_KEY
          Key to control whether to call semantic-check when opening a module.
static java.lang.String RESOURCE_FOLDER_KEY
          Key to set the resource folder of the module.
static java.lang.String RESOURCE_LOCATOR_KEY
          Key to indicate the resource locator of the module.
 

Field Detail

PARSER_SEMANTIC_CHECK_KEY

public static final java.lang.String PARSER_SEMANTIC_CHECK_KEY
Key to control whether to call semantic-check when opening a module. True if user wants to do some semantic checks about the module when opening it; otherwise false.

See Also:
Constant Field Values

RESOURCE_FOLDER_KEY

public static final java.lang.String RESOURCE_FOLDER_KEY
Key to set the resource folder of the module.

See Also:
Constant Field Values

RESOURCE_LOCATOR_KEY

public static final java.lang.String RESOURCE_LOCATOR_KEY
Key to indicate the resource locator of the module.

See Also:
Constant Field Values


Copyright © 2005 Actuate Corp. All rights reserved.