Package org.openrefine.model.changes
Class CellAtRow
- java.lang.Object
-
- org.openrefine.model.changes.CellAtRow
-
public class CellAtRow extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CellAtRow
load(String s)
void
save(Writer writer, Properties options)
-
-
-
Field Detail
-
row
public final int row
-
cell
public final Cell cell
-
-
Constructor Detail
-
CellAtRow
public CellAtRow(int row, Cell cell)
-
-
Method Detail
-
save
public void save(Writer writer, Properties options) throws IOException
- Throws:
IOException
-
-