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 Details

    • PARAMETER_SLOT

      static final int PARAMETER_SLOT
      Identifier of the parameter slot.
      See Also:
    • DATA_SOURCE_SLOT

      static final int DATA_SOURCE_SLOT
      Identifier of the data source slot.
      See Also:
    • DATA_SET_SLOT

      static final int DATA_SET_SLOT
      Identifier of the data set slot.
      See Also:
    • PAGE_SLOT

      static final int PAGE_SLOT
      Identifier of the master page slot.
      See Also:
    • COMPONENT_SLOT

      static final int COMPONENT_SLOT
      Identifier of the component slot.
      See Also:
    • AUTHOR_PROP

      static final String AUTHOR_PROP
      Name of the author property.
      See Also:
    • BASE_PROP

      static final String BASE_PROP
      Name of the "base" property.
      See Also:
    • UNITS_PROP

      static final String 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

      static final String HELP_GUIDE_PROP
      Name of the help guide property.
      See Also:
    • CREATED_BY_PROP

      static final String CREATED_BY_PROP
      Name of the created by property. Gives the name of the tool that created the design.
      See Also:
    • TITLE_PROP

      static final String TITLE_PROP
      Name of the title property.
      See Also:
    • TITLE_ID_PROP

      static final String TITLE_ID_PROP
      Name of the property that gives the message ID for the localized report title.
      See Also:
    • DESCRIPTION_PROP

      static final String DESCRIPTION_PROP
      Name of the description property.
      See Also:
    • DESCRIPTION_ID_PROP

      static final String DESCRIPTION_ID_PROP
      Name of the property that gives the message ID for the localized report description.
      See Also:
    • COLOR_PALETTE_PROP

      static final String COLOR_PALETTE_PROP
      Name of the custom color palette property.
      See Also:
    • CONFIG_VARS_PROP

      static final String CONFIG_VARS_PROP
      Name of the custom config variables property.
      See Also:
    • IMAGES_PROP

      static final String IMAGES_PROP
      Name of the embedded images property.
      See Also:
    • LIBRARIES_PROP

      static final String LIBRARIES_PROP
      Name of the property that gives some include libraries.
      See Also:
    • INCLUDE_SCRIPTS_PROP

      static final String INCLUDE_SCRIPTS_PROP
      Name of the property that gives some include scripts.
      See Also:
    • INCLUDE_RESOURCE_PROP

      static final String INCLUDE_RESOURCE_PROP
      Base name of the included resource bundle file.
      See Also:
    • INITIALIZE_METHOD

      static final String INITIALIZE_METHOD
      Name of the method called when the report starts executing in the BIRT Report Engine.
      See Also:
    • THEME_PROP

      static final String THEME_PROP
      Name of the theme property.
      See Also:
    • PROPERTY_BINDINGS_PROP

      static final String PROPERTY_BINDINGS_PROP
      Name of the "propertyBindings" property.
      See Also:
    • SCRIPTLIBS_PROP

      static final String SCRIPTLIBS_PROP
      Name of the "scriptLibs" property.
      See Also:
    • SUBJECT_PROP

      static final String SUBJECT_PROP
      Name of the "subject" property.Typically, the subject will be represented using keywords, key phrases, or classification codes.
      See Also: