Uses of Class
org.openforis.collect.datacleansing.DataCleansingStepValue.UpdateType
-
Packages that use DataCleansingStepValue.UpdateType Package Description org.openforis.collect.datacleansing org.openforis.collect.datacleansing.form -
-
Uses of DataCleansingStepValue.UpdateType in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataCleansingStepValue.UpdateType Modifier and Type Method Description static DataCleansingStepValue.UpdateTypeDataCleansingStepValue.UpdateType. fromCode(char code)static DataCleansingStepValue.UpdateTypeDataCleansingStepValue.UpdateType. fromCode(String code)DataCleansingStepValue.UpdateTypeDataCleansingStepValue. getUpdateType()static DataCleansingStepValue.UpdateTypeDataCleansingStepValue.UpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataCleansingStepValue.UpdateType[]DataCleansingStepValue.UpdateType. 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 DataCleansingStepValue.UpdateType Modifier and Type Method Description voidDataCleansingStepValue. setUpdateType(DataCleansingStepValue.UpdateType updateType) -
Uses of DataCleansingStepValue.UpdateType in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataCleansingStepValue.UpdateType Modifier and Type Method Description DataCleansingStepValue.UpdateTypeDataCleansingStepValueForm. getUpdateType()Methods in org.openforis.collect.datacleansing.form with parameters of type DataCleansingStepValue.UpdateType Modifier and Type Method Description voidDataCleansingStepValueForm. setUpdateType(DataCleansingStepValue.UpdateType updateType)
-