Uses of Class
org.openforis.collect.datacleansing.DataReportItem.Status
-
Packages that use DataReportItem.Status Package Description org.openforis.collect.datacleansing -
-
Uses of DataReportItem.Status in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataReportItem.Status Modifier and Type Method Description static DataReportItem.StatusDataReportItem.Status. fromCode(char code)DataReportItem.StatusDataReportItem. getStatus()static DataReportItem.StatusDataReportItem.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DataReportItem.Status[]DataReportItem.Status. 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 DataReportItem.Status Modifier and Type Method Description voidDataReportItem. setStatus(DataReportItem.Status status)
-