Uses of Enum Class
org.openforis.collect.datacleansing.DataCleansingStepValue.UpdateType
Packages that use DataCleansingStepValue.UpdateType
-
Uses of DataCleansingStepValue.UpdateType in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataCleansingStepValue.UpdateTypeModifier and TypeMethodDescriptionDataCleansingStepValue.UpdateType.fromCode(char code) DataCleansingStepValue.getUpdateType()Returns the enum constant of this class with the specified name.static DataCleansingStepValue.UpdateType[]DataCleansingStepValue.UpdateType.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 DataCleansingStepValue.UpdateTypeModifier and TypeMethodDescriptionvoidDataCleansingStepValue.setUpdateType(DataCleansingStepValue.UpdateType updateType) -
Uses of DataCleansingStepValue.UpdateType in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataCleansingStepValue.UpdateTypeMethods in org.openforis.collect.datacleansing.form with parameters of type DataCleansingStepValue.UpdateTypeModifier and TypeMethodDescriptionvoidDataCleansingStepValueForm.setUpdateType(DataCleansingStepValue.UpdateType updateType)