Package com.google.refine.model.changes
Class ColumnRemovalChange
java.lang.Object
com.google.refine.model.changes.ColumnChange
com.google.refine.model.changes.ColumnRemovalChange
- All Implemented Interfaces:
Change
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CellAtRow[]protected Columnprotected List<ColumnGroup>protected final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.refine.model.changes.ColumnChange
readOldColumnGroups, writeOldColumnGroups
-
Field Details
-
_oldColumnIndex
protected final int _oldColumnIndex -
_oldColumn
-
_oldCells
-
_oldColumnGroups
-
-
Constructor Details
-
ColumnRemovalChange
public ColumnRemovalChange(int index)
-
-
Method Details
-
apply
-
revert
-
save
- Throws:
IOException
-
load
- Throws:
Exception
-