Package io.cucumber.messages.types
Class TableRow
- java.lang.Object
-
- io.cucumber.messages.types.TableRow
-
public class TableRow extends Object
A row in a table
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)List<TableCell>getCells()Cells in the row (Required)StringgetId()(Required)LocationgetLocation()* Points to a line and a column in a text file (Required)inthashCode()voidsetCells(List<TableCell> cells)Cells in the row (Required)voidsetId(String id)(Required)voidsetLocation(Location location)* Points to a line and a column in a text file (Required)StringtoString()
-
-
-
Method Detail
-
getLocation
public Location getLocation()
* Points to a line and a column in a text file (Required)
-
setLocation
public void setLocation(Location location)
* Points to a line and a column in a text file (Required)
-
getId
public String getId()
(Required)
-
setId
public void setId(String id)
(Required)
-
-