Uses of Class
org.openforis.collect.datacleansing.DataCleansingStepValue
Packages that use DataCleansingStepValue
Package
Description
-
Uses of DataCleansingStepValue in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataCleansingStepValueMethods in org.openforis.collect.datacleansing with parameters of type DataCleansingStepValueModifier and TypeMethodDescriptionvoidDataCleansingStep.addUpdateValue(DataCleansingStepValue updateValue) Method parameters in org.openforis.collect.datacleansing with type arguments of type DataCleansingStepValueModifier and TypeMethodDescriptionvoidDataCleansingStep.setUpdateValues(List<DataCleansingStepValue> values) -
Uses of DataCleansingStepValue in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return types with arguments of type DataCleansingStepValueMethod parameters in org.openforis.collect.datacleansing.form with type arguments of type DataCleansingStepValueModifier and TypeMethodDescriptionvoidDataCleansingStepForm.setUpdateValues(List<DataCleansingStepValue> values) Constructors in org.openforis.collect.datacleansing.form with parameters of type DataCleansingStepValue -
Uses of DataCleansingStepValue in org.openforis.collect.datacleansing.persistence
Method parameters in org.openforis.collect.datacleansing.persistence with type arguments of type DataCleansingStepValueModifier and TypeMethodDescriptionvoidDataCleansingStepDao.insertStepValues(int stepId, List<DataCleansingStepValue> values)