Uses of Class
org.gcube.application.cms.plugins.reports.Report.Status
-
Packages that use Report.Status Package Description org.gcube.application.cms.plugins.reports -
-
Uses of Report.Status in org.gcube.application.cms.plugins.reports
Methods in org.gcube.application.cms.plugins.reports that return Report.Status Modifier and Type Method Description static Report.StatusReport.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Report.Status[]Report.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.application.cms.plugins.reports with parameters of type Report.Status Constructor Description InitializationReport(Report.Status status, String... messages)Report(Report.Status status, String... messages)
-