Class DatabaseRow
- java.lang.Object
-
- org.openrefine.extension.database.model.DatabaseRow
-
public class DatabaseRow extends Object
-
-
Constructor Summary
Constructors Constructor Description DatabaseRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
List<String>
getValues()
void
setIndex(int index)
void
setValues(List<String> values)
-