Uses of Class
org.openrefine.model.RowBuilder
-
Packages that use RowBuilder Package Description org.openrefine.model -
-
Uses of RowBuilder in org.openrefine.model
Methods in org.openrefine.model that return RowBuilder Modifier and Type Method Description static RowBuilder
RowBuilder. create(int initialSize)
Helper to make instantiation easier.static RowBuilder
RowBuilder. fromRow(Row initialRow)
Helper to make instantiation easier.RowBuilder
RowBuilder. withCell(int index, Cell cell)
Sets a cell at a given index.RowBuilder
RowBuilder. withFlagged(boolean flagged)
Sets the "flagged" parameter on the rowRowBuilder
RowBuilder. withStarred(boolean starred)
Sets the "starred" parameter on the row
-