Uses of Enum Class
org.openforis.collect.datacleansing.DataQuery.ErrorSeverity
Packages that use DataQuery.ErrorSeverity
-
Uses of DataQuery.ErrorSeverity in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQuery.ErrorSeverityModifier and TypeMethodDescriptionstatic DataQuery.ErrorSeverityDataQuery.ErrorSeverity.fromCode(char code) static DataQuery.ErrorSeverityDataQuery.getErrorSeverity()static DataQuery.ErrorSeverityReturns the enum constant of this class with the specified name.static DataQuery.ErrorSeverity[]DataQuery.ErrorSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openforis.collect.datacleansing with parameters of type DataQuery.ErrorSeverityModifier and TypeMethodDescriptionvoidDataQuery.setErrorSeverity(DataQuery.ErrorSeverity severity) -
Uses of DataQuery.ErrorSeverity in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataQuery.ErrorSeverityModifier and TypeMethodDescriptionDataQueryForm.getErrorSeverity()DataReportItemForm.getSeverity()Methods in org.openforis.collect.datacleansing.form with parameters of type DataQuery.ErrorSeverityModifier and TypeMethodDescriptionvoidDataQueryForm.setErrorSeverity(DataQuery.ErrorSeverity errorSeverity)