Uses of Enum Class
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 CmsReportFormatTypeCmsReportFormatType.byId(int id) Gets the format enum by its id.static CmsReportFormatTypeGets the format enum by its format naem.CmsReportUpdateItem.getType()Gets the entry type.static CmsReportFormatTypeReturns the enum constant of this class with the specified name.static CmsReportFormatType[]CmsReportFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opencms.report with parameters of type CmsReportFormatTypeModifierConstructorDescriptionCmsReportUpdateItem(CmsReportFormatType type, Object message) Creates a new instance.