Uses of Class
org.openforis.collect.datacleansing.DataCleansingChainExectutorTask.DataCleansingStepExecutionResult
-
Packages that use DataCleansingChainExectutorTask.DataCleansingStepExecutionResult Package Description org.openforis.collect.datacleansing -
-
Uses of DataCleansingChainExectutorTask.DataCleansingStepExecutionResult in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataCleansingChainExectutorTask.DataCleansingStepExecutionResult Modifier and Type Method Description static DataCleansingChainExectutorTask.DataCleansingStepExecutionResultDataCleansingChainExectutorTask.DataCleansingStepExecutionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static DataCleansingChainExectutorTask.DataCleansingStepExecutionResult[]DataCleansingChainExectutorTask.DataCleansingStepExecutionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-