Interface Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder

    • Method Detail

      • hasLocation

        boolean hasLocation()
         The location of the `Examples` keyword
         
        .io.cucumber.messages.Location location = 1;
      • getLocation

        Messages.Location getLocation()
         The location of the `Examples` keyword
         
        .io.cucumber.messages.Location location = 1;
      • getLocationOrBuilder

        Messages.LocationOrBuilder getLocationOrBuilder()
         The location of the `Examples` keyword
         
        .io.cucumber.messages.Location location = 1;
      • getTagsCount

        int getTagsCount()
        repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
      • getKeyword

        String getKeyword()
        string keyword = 3;
      • getKeywordBytes

        com.google.protobuf.ByteString getKeywordBytes()
        string keyword = 3;
      • getName

        String getName()
        string name = 4;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 4;
      • getDescription

        String getDescription()
        string description = 5;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 5;
      • hasTableHeader

        boolean hasTableHeader()
        .io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;
      • getTableBodyCount

        int getTableBodyCount()
        repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;
      • getId

        String getId()
        string id = 8;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 8;