Uses of Class
org.openforis.collect.manager.ValidationReportJob.ReportType
-
Packages that use ValidationReportJob.ReportType Package Description org.openforis.collect.manager -
-
Uses of ValidationReportJob.ReportType in org.openforis.collect.manager
Methods in org.openforis.collect.manager that return ValidationReportJob.ReportType Modifier and Type Method Description ValidationReportJob.ReportTypeValidationReportJob.Input. getReportType()static ValidationReportJob.ReportTypeValidationReportJob.ReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationReportJob.ReportType[]ValidationReportJob.ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.manager with parameters of type ValidationReportJob.ReportType Modifier and Type Method Description voidValidationReportJob.Input. setReportType(ValidationReportJob.ReportType reportType)
-