public static interface Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.Location |
getLocation()
The location of the cell
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the cell
|
String |
getValue()
The value of the cell
|
com.google.protobuf.ByteString |
getValueBytes()
The value of the cell
|
boolean |
hasLocation()
The location of the cell
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the cell
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the cell
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the cell
.io.cucumber.messages.Location location = 1;String getValue()
The value of the cell
string value = 2;com.google.protobuf.ByteString getValueBytes()
The value of the cell
string value = 2;Copyright © 2019. All rights reserved.