Uses of Class
org.openforis.collect.datacleansing.DataQuery.ErrorSeverity
-
Packages that use DataQuery.ErrorSeverity Package Description org.openforis.collect.datacleansing org.openforis.collect.datacleansing.form -
-
Uses of DataQuery.ErrorSeverity in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQuery.ErrorSeverity Modifier and Type Method Description static DataQuery.ErrorSeverityDataQuery.ErrorSeverity. fromCode(char code)static DataQuery.ErrorSeverityDataQuery.ErrorSeverity. fromCode(String code)DataQuery.ErrorSeverityDataQuery. getErrorSeverity()static DataQuery.ErrorSeverityDataQuery.ErrorSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static DataQuery.ErrorSeverity[]DataQuery.ErrorSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.datacleansing with parameters of type DataQuery.ErrorSeverity Modifier and Type Method Description voidDataQuery. setErrorSeverity(DataQuery.ErrorSeverity severity) -
Uses of DataQuery.ErrorSeverity in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataQuery.ErrorSeverity Modifier and Type Method Description DataQuery.ErrorSeverityDataQueryForm. getErrorSeverity()DataQuery.ErrorSeverityDataReportItemForm. getSeverity()Methods in org.openforis.collect.datacleansing.form with parameters of type DataQuery.ErrorSeverity Modifier and Type Method Description voidDataQueryForm. setErrorSeverity(DataQuery.ErrorSeverity errorSeverity)
-