Package org.openrefine.sorting
Class SortingConfig
- java.lang.Object
-
- org.openrefine.sorting.SortingConfig
-
public final class SortingConfig extends Object
Stores the configuration of a row/record sorting setup.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Criterion>
_criteria
static SortingConfig
NO_SORTING
-
Constructor Summary
Constructors Constructor Description SortingConfig(List<Criterion> criteria)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
List<Criterion>
getCriteria()
int
hashCode()
static SortingConfig
reconstruct(String obj)
-
-
-
Field Detail
-
NO_SORTING
public static final SortingConfig NO_SORTING
-
-
Method Detail
-
reconstruct
public static SortingConfig reconstruct(String obj) throws IOException
- Throws:
IOException
-
-