Uses of Enum Class
org.openforis.collect.manager.ValidationReportProcess.ReportType
Packages that use ValidationReportProcess.ReportType
-
Uses of ValidationReportProcess.ReportType in org.openforis.collect.manager
Methods in org.openforis.collect.manager that return ValidationReportProcess.ReportTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ValidationReportProcess.ReportType[]ValidationReportProcess.ReportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openforis.collect.manager with parameters of type ValidationReportProcess.ReportTypeModifierConstructorDescriptionValidationReportProcess(OutputStream outputStream, RecordManager recordManager, MessageSource messageSource, ValidationReportProcess.ReportType reportType, User user, String sessionId, RecordFilter recordFilter, boolean includeConfirmedErrors) ValidationReportProcess(OutputStream outputStream, RecordManager recordManager, MessageSource messageSource, ValidationReportProcess.ReportType reportType, User user, String sessionId, RecordFilter recordFilter, boolean includeConfirmedErrors, Locale locale)