Uses of Enum Class
org.openforis.collect.datacleansing.DataCleansingStep.DataCleansingStepType
Packages that use DataCleansingStep.DataCleansingStepType
-
Uses of DataCleansingStep.DataCleansingStepType in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataCleansingStep.DataCleansingStepTypeModifier and TypeMethodDescriptionDataCleansingStep.DataCleansingStepType.fromCode(char typeCode) DataCleansingStep.getType()Returns the enum constant of this class with the specified name.DataCleansingStep.DataCleansingStepType.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 DataCleansingStep.DataCleansingStepTypeModifier and TypeMethodDescriptionvoidDataCleansingStep.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