Interface IModuleOption
- All Known Implementing Classes:
ModuleOption
public interface IModuleOption
Implements to define the keys to do some setting in a module.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key to indicate that the created design file is the simplest and blank, which contains nothing.static final String
Key to indicate the created-by information of the module.static final String
Key to indicate the locale of the module.static final String
Key to control whether to mark line number of the element in xml source.static final String
Key to control whether to call semantic-check when opening a module.static final String
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 final String
Key to set the resource folder of the module.static final String
Key to indicate the resource locator of the module.static final String
whether support unknown version if so, 1, allow run unknown version design/document.static final String
Key to indicate that the design should be update to the latest report version when creates.
-
Field Details
-
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:
-
RESOURCE_FOLDER_KEY
Key to set the resource folder of the module.- See Also:
-
RESOURCE_LOCATOR_KEY
Key to indicate the resource locator of the module.- See Also:
-
MARK_LINE_NUMBER_KEY
Key to control whether to mark line number of the element in xml source. True if user wants to mark them during parsing and saving, false otherwise. Default value is true.- See Also:
-
SUPPORTED_UNKNOWN_VERSION_KEY
whether support unknown version if so, 1, allow run unknown version design/document. 2, ignore all the errors related with unknown tag/unknown property and log out a warning. 3, if a design contains warnings for unknown version, ignore the waring and continue run/render. default value is "false"- See Also:
-
LOCALE_KEY
Key to indicate the locale of the module.- See Also:
-
CREATED_BY_KEY
Key to indicate the created-by information of the module.- See Also:
-
BLANK_CREATION_KEY
Key to indicate that the created design file is the simplest and blank, which contains nothing.- See Also:
-
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. The result report/library will be read-only and can not do any changes.- See Also:
-
TO_LATEST_VERSION
Key to indicate that the design should be update to the latest report version when creates.- See Also:
-