Uses of Class
org.openforis.collect.datacleansing.DataCleansingStep.DataCleansingStepType
-
Packages that use DataCleansingStep.DataCleansingStepType Package Description org.openforis.collect.datacleansing org.openforis.collect.datacleansing.form -
-
Uses of DataCleansingStep.DataCleansingStepType in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataCleansingStep.DataCleansingStepType Modifier and Type Method Description static DataCleansingStep.DataCleansingStepTypeDataCleansingStep.DataCleansingStepType. fromCode(char typeCode)DataCleansingStep.DataCleansingStepTypeDataCleansingStep. getType()static DataCleansingStep.DataCleansingStepTypeDataCleansingStep.DataCleansingStepType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataCleansingStep.DataCleansingStepType[]DataCleansingStep.DataCleansingStepType. 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 DataCleansingStep.DataCleansingStepType Modifier and Type Method Description voidDataCleansingStep. setType(DataCleansingStep.DataCleansingStepType type) -
Uses of DataCleansingStep.DataCleansingStepType in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return DataCleansingStep.DataCleansingStepType Modifier and Type Method Description DataCleansingStep.DataCleansingStepTypeDataCleansingStepForm. getType()
-