Interface Messages.GherkinDocument.Feature.TableRowOrBuilder

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

        int getCellsCount()
         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;