public static interface Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 5; |
String |
getKeyword()
string keyword = 3; |
com.google.protobuf.ByteString |
getKeywordBytes()
string keyword = 3; |
Messages.Location |
getLocation()
The location of the `Examples` keyword
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the `Examples` keyword
|
String |
getName()
string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 4; |
Messages.GherkinDocument.Feature.TableRow |
getTableBody(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7; |
int |
getTableBodyCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7; |
List<Messages.GherkinDocument.Feature.TableRow> |
getTableBodyList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7; |
Messages.GherkinDocument.Feature.TableRowOrBuilder |
getTableBodyOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7; |
List<? extends Messages.GherkinDocument.Feature.TableRowOrBuilder> |
getTableBodyOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7; |
Messages.GherkinDocument.Feature.TableRow |
getTableHeader()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6; |
Messages.GherkinDocument.Feature.TableRowOrBuilder |
getTableHeaderOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6; |
Messages.GherkinDocument.Feature.Tag |
getTags(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
int |
getTagsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
List<Messages.GherkinDocument.Feature.Tag> |
getTagsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
Messages.GherkinDocument.Feature.TagOrBuilder |
getTagsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> |
getTagsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2; |
boolean |
hasLocation()
The location of the `Examples` keyword
|
boolean |
hasTableHeader()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the `Examples` keyword
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the `Examples` keyword
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the `Examples` keyword
.io.cucumber.messages.Location location = 1;List<Messages.GherkinDocument.Feature.Tag> getTagsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.Tag getTags(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;int getTagsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> getTagsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.TagOrBuilder getTagsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;String getKeyword()
string keyword = 3;com.google.protobuf.ByteString getKeywordBytes()
string keyword = 3;String getName()
string name = 4;com.google.protobuf.ByteString getNameBytes()
string name = 4;String getDescription()
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
string description = 5;boolean hasTableHeader()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;Messages.GherkinDocument.Feature.TableRow getTableHeader()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;Messages.GherkinDocument.Feature.TableRowOrBuilder getTableHeaderOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;List<Messages.GherkinDocument.Feature.TableRow> getTableBodyList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;Messages.GherkinDocument.Feature.TableRow getTableBody(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;int getTableBodyCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;List<? extends Messages.GherkinDocument.Feature.TableRowOrBuilder> getTableBodyOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;Messages.GherkinDocument.Feature.TableRowOrBuilder getTableBodyOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;Copyright © 2019. All rights reserved.