Interface IModuleModel
- All Known Implementing Classes:
LibraryHandle
,LibraryHandleImpl
,ModuleHandle
,ModuleHandleImpl
,ReportDesignHandle
public interface IModuleModel
The interface for the root element to store the constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the author property.static final String
Name of the "base" property.static final String
Name of the custom color palette property.static final int
Identifier of the component slot.static final String
Name of the custom config variables property.static final String
Name of the created by property.static final int
Identifier of the data set slot.static final int
Identifier of the data source slot.static final String
Name of the property that gives the message ID for the localized report description.static final String
Name of the description property.static final String
Name of the help guide property.static final String
Name of the embedded images property.static final String
Base name of the included resource bundle file.static final String
Name of the property that gives some include scripts.static final String
Name of the method called when the report starts executing in the BIRT Report Engine.static final String
Name of the property that gives some include libraries.static final int
Identifier of the master page slot.static final int
Identifier of the parameter slot.static final String
Name of the "propertyBindings" property.static final String
Name of the "scriptLibs" property.static final String
Name of the "subject" property.Typically, the subject will be represented using keywords, key phrases, or classification codes.static final String
Name of the theme property.static final String
Name of the property that gives the message ID for the localized report title.static final String
Name of the title property.static final String
Name of the default units property.
-
Field Details
-
PARAMETER_SLOT
static final int PARAMETER_SLOTIdentifier of the parameter slot.- See Also:
-
DATA_SOURCE_SLOT
static final int DATA_SOURCE_SLOTIdentifier of the data source slot.- See Also:
-
DATA_SET_SLOT
static final int DATA_SET_SLOTIdentifier of the data set slot.- See Also:
-
PAGE_SLOT
static final int PAGE_SLOTIdentifier of the master page slot.- See Also:
-
COMPONENT_SLOT
static final int COMPONENT_SLOTIdentifier of the component slot.- See Also:
-
AUTHOR_PROP
Name of the author property.- See Also:
-
BASE_PROP
Name of the "base" property.- See Also:
-
UNITS_PROP
Name of the default units property. These are the units assumed for any dimension property that does not explicitly specify units.- See Also:
-
HELP_GUIDE_PROP
Name of the help guide property.- See Also:
-
CREATED_BY_PROP
Name of the created by property. Gives the name of the tool that created the design.- See Also:
-
TITLE_PROP
Name of the title property.- See Also:
-
TITLE_ID_PROP
Name of the property that gives the message ID for the localized report title.- See Also:
-
DESCRIPTION_PROP
Name of the description property.- See Also:
-
DESCRIPTION_ID_PROP
Name of the property that gives the message ID for the localized report description.- See Also:
-
COLOR_PALETTE_PROP
Name of the custom color palette property.- See Also:
-
CONFIG_VARS_PROP
Name of the custom config variables property.- See Also:
-
IMAGES_PROP
Name of the embedded images property.- See Also:
-
LIBRARIES_PROP
Name of the property that gives some include libraries.- See Also:
-
INCLUDE_SCRIPTS_PROP
Name of the property that gives some include scripts.- See Also:
-
INCLUDE_RESOURCE_PROP
Base name of the included resource bundle file.- See Also:
-
INITIALIZE_METHOD
Name of the method called when the report starts executing in the BIRT Report Engine.- See Also:
-
THEME_PROP
Name of the theme property.- See Also:
-
PROPERTY_BINDINGS_PROP
Name of the "propertyBindings" property.- See Also:
-
SCRIPTLIBS_PROP
Name of the "scriptLibs" property.- See Also:
-
SUBJECT_PROP
Name of the "subject" property.Typically, the subject will be represented using keywords, key phrases, or classification codes.- See Also:
-