Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.TableRow.TableCell,Messages.GherkinDocument.Feature.TableRow.TableCell.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature.TableRow
public static interface Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.LocationgetLocation()The location of the cellMessages.LocationOrBuildergetLocationOrBuilder()The location of the cellStringgetValue()The value of the cellcom.google.protobuf.ByteStringgetValueBytes()The value of the cellbooleanhasLocation()The location of the cell-
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 cell
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
The location of the cell
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
The location of the cell
.io.cucumber.messages.Location location = 1;
-
getValue
String getValue()
The value of the cell
string value = 2;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
The value of the cell
string value = 2;
-
-