public static interface Messages.GherkinDocument.Feature.TableRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.GherkinDocument.Feature.TableRow.TableCell |
getCells(int index)
Cells in the row
|
int |
getCellsCount()
Cells in the row
|
List<Messages.GherkinDocument.Feature.TableRow.TableCell> |
getCellsList()
Cells in the row
|
Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder |
getCellsOrBuilder(int index)
Cells in the row
|
List<? extends Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder> |
getCellsOrBuilderList()
Cells in the row
|
Messages.Location |
getLocation()
The location of the first cell in the row
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the first cell in the row
|
boolean |
hasLocation()
The location of the first cell in the row
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the first cell in the row
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the first cell in the row
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the first cell in the row
.io.cucumber.messages.Location location = 1;List<Messages.GherkinDocument.Feature.TableRow.TableCell> getCellsList()
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;Messages.GherkinDocument.Feature.TableRow.TableCell getCells(int index)
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;int getCellsCount()
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;List<? extends Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder> getCellsOrBuilderList()
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder getCellsOrBuilder(int index)
Cells in the row
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow.TableCell cells = 2;Copyright © 2019. All rights reserved.