Package org.openrefine.model.recon
Class StandardReconConfig.StandardReconJob
- java.lang.Object
-
- org.openrefine.model.recon.StandardReconConfig.StandardReconJob
-
- All Implemented Interfaces:
ReconJob
- Enclosing class:
- StandardReconConfig
protected static class StandardReconConfig.StandardReconJob extends Object implements ReconJob
-
-
Constructor Summary
Constructors Constructor Description StandardReconJob(String cellValue, String jsonQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCellValue()
String
getJsonQuery()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getCellValue
public String getCellValue()
- Specified by:
getCellValue
in interfaceReconJob
-
getJsonQuery
public String getJsonQuery()
-
-