Uses of Enum
org.opencms.report.CmsReportFormatType
Packages that use CmsReportFormatType
Package
Description
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
-
Uses of CmsReportFormatType in org.opencms.report
Methods in org.opencms.report that return CmsReportFormatTypeModifier and TypeMethodDescriptionstatic CmsReportFormatType
CmsReportFormatType.byId
(int id) Gets the format enum by its id.static CmsReportFormatType
Gets the format enum by its format naem.CmsReportUpdateItem.getType()
Gets the entry type.static CmsReportFormatType
Returns the enum constant of this type with the specified name.static CmsReportFormatType[]
CmsReportFormatType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencms.report with parameters of type CmsReportFormatTypeModifierConstructorDescriptionCmsReportUpdateItem
(CmsReportFormatType type, Object message) Creates a new instance.