Package org.openrefine.model.recon
Interface ReconJob
-
- All Known Implementing Classes:
StandardReconConfig.StandardReconJob
public interface ReconJob
A reconciliation query paired with the original cell value which generated it. It is required to be hashable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCellValue()
-
-
-
Method Detail
-
getCellValue
String getCellValue()
-
-