Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.TableRowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.TableRow,Messages.GherkinDocument.Feature.TableRow.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature
public static interface Messages.GherkinDocument.Feature.TableRowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.GherkinDocument.Feature.TableRow.TableCellgetCells(int index)Cells in the rowintgetCellsCount()Cells in the rowList<Messages.GherkinDocument.Feature.TableRow.TableCell>getCellsList()Cells in the rowMessages.GherkinDocument.Feature.TableRow.TableCellOrBuildergetCellsOrBuilder(int index)Cells in the rowList<? extends Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder>getCellsOrBuilderList()Cells in the rowStringgetId()string id = 3;com.google.protobuf.ByteStringgetIdBytes()string id = 3;Messages.LocationgetLocation()The location of the first cell in the rowMessages.LocationOrBuildergetLocationOrBuilder()The location of the first cell in the rowbooleanhasLocation()The location of the first cell in the row-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocation
boolean hasLocation()
The location of the first cell in the row
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
The location of the first cell in the row
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
The location of the first cell in the row
.io.cucumber.messages.Location location = 1;
-
getCellsList
List<Messages.GherkinDocument.Feature.TableRow.TableCell> getCellsList()
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;
-
getCells
Messages.GherkinDocument.Feature.TableRow.TableCell getCells(int index)
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;
-
getCellsCount
int getCellsCount()
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;
-
getCellsOrBuilderList
List<? extends Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder> getCellsOrBuilderList()
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;
-
getCellsOrBuilder
Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder getCellsOrBuilder(int index)
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;
-
getId
String getId()
string id = 3;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 3;
-
-