Interface Messages.GherkinDocument.Feature.TableRow.TableCellOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;