Package com.google.refine.model.changes
Class ColumnMoveChange
java.lang.Object
com.google.refine.model.changes.ColumnChange
com.google.refine.model.changes.ColumnMoveChange
- All Implemented Interfaces:
Change
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final intprotected List<ColumnGroup>protected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.refine.model.changes.ColumnChange
readOldColumnGroups, writeOldColumnGroups
-
Field Details
-
_columnName
-
_newColumnIndex
protected final int _newColumnIndex -
_oldColumnIndex
protected int _oldColumnIndex -
_oldColumnGroups
-
-
Constructor Details
-
ColumnMoveChange
-
-
Method Details
-
apply
-
revert
-
save
- Throws:
IOException
-
load
- Throws:
Exception
-