Package com.google.refine.model.changes
Class CellChange
java.lang.Object
com.google.refine.model.changes.CellChange
- All Implemented Interfaces:
Change
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic CellChangeload(LineNumberReader reader, Pool pool) voidvoidsave(Writer writer, Properties options)
-
Field Details
-
row
public final int row -
cellIndex
public final int cellIndex -
oldCell
-
newCell
-
-
Constructor Details
-
CellChange
-
-
Method Details