public interface IModuleOption
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BLANK_CREATION_KEY
Key to indicate that the created design file is the simplest and blank,
which contains nothing.
|
static java.lang.String |
CREATED_BY_KEY
Key to indicate the created-by information of the module.
|
static java.lang.String |
LOCALE_KEY
Key to indicate the locale of the module.
|
static java.lang.String |
MARK_LINE_NUMBER_KEY
Key to control whether to mark line number of the element in xml source.
|
static java.lang.String |
PARSER_SEMANTIC_CHECK_KEY
Key to control whether to call semantic-check when opening a module.
|
static java.lang.String |
READ_ONLY_MODULE_PROPERTIES
Key to indicate that the design file will be simply parsed to read only
that simple property for the root element(report design or library)
rather than the whole design tree.
|
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.
|
static java.lang.String |
SUPPORTED_UNKNOWN_VERSION_KEY
whether support unknown version
if so,
1, allow run unknown version design/document.
|
static java.lang.String |
TO_LATEST_VERSION
Key to indicate that the design should be update to the latest report
version when creates.
|
static final java.lang.String PARSER_SEMANTIC_CHECK_KEY
static final java.lang.String RESOURCE_FOLDER_KEY
static final java.lang.String RESOURCE_LOCATOR_KEY
static final java.lang.String MARK_LINE_NUMBER_KEY
static final java.lang.String SUPPORTED_UNKNOWN_VERSION_KEY
static final java.lang.String LOCALE_KEY
static final java.lang.String CREATED_BY_KEY
static final java.lang.String BLANK_CREATION_KEY
static final java.lang.String READ_ONLY_MODULE_PROPERTIES
static final java.lang.String TO_LATEST_VERSION
Copyright © 2008 Actuate Corp. All rights reserved.