Package com.google.refine.model.changes
Class ColumnAdditionChange
java.lang.Object
com.google.refine.model.changes.ColumnChange
com.google.refine.model.changes.ColumnAdditionChange
- All Implemented Interfaces:
Change
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final Stringprotected intprotected final CellAtRow[]protected List<ColumnGroup> -
Constructor Summary
ConstructorsConstructorDescriptionColumnAdditionChange(String columnName, int columnIndex, List<CellAtRow> newCells) -
Method Summary
Methods inherited from class com.google.refine.model.changes.ColumnChange
readOldColumnGroups, writeOldColumnGroups
-
Field Details
-
_columnName
-
_columnIndex
protected final int _columnIndex -
_newCells
-
_newCellIndex
protected int _newCellIndex -
_oldColumnGroups
-
-
Constructor Details
-
ColumnAdditionChange
-
-
Method Details
-
apply
-
revert
-
save
- Throws:
IOException
-
load
- Throws:
Exception
-