Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.Scenario.Examples,Messages.GherkinDocument.Feature.Scenario.Examples.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature.Scenario
public static interface Messages.GherkinDocument.Feature.Scenario.ExamplesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()string description = 5;com.google.protobuf.ByteStringgetDescriptionBytes()string description = 5;StringgetId()string id = 8;com.google.protobuf.ByteStringgetIdBytes()string id = 8;StringgetKeyword()string keyword = 3;com.google.protobuf.ByteStringgetKeywordBytes()string keyword = 3;Messages.LocationgetLocation()The location of the `Examples` keywordMessages.LocationOrBuildergetLocationOrBuilder()The location of the `Examples` keywordStringgetName()string name = 4;com.google.protobuf.ByteStringgetNameBytes()string name = 4;Messages.GherkinDocument.Feature.TableRowgetTableBody(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;intgetTableBodyCount()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.TableRowOrBuildergetTableBodyOrBuilder(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.TableRowgetTableHeader().io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;Messages.GherkinDocument.Feature.TableRowOrBuildergetTableHeaderOrBuilder().io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;Messages.GherkinDocument.Feature.TaggetTags(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;intgetTagsCount()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.TagOrBuildergetTagsOrBuilder(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;booleanhasLocation()The location of the `Examples` keywordbooleanhasTableHeader().io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;-
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 `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;
-
getTagsList
List<Messages.GherkinDocument.Feature.Tag> getTagsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTags
Messages.GherkinDocument.Feature.Tag getTags(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTagsCount
int getTagsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTagsOrBuilderList
List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> getTagsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;
-
getTagsOrBuilder
Messages.GherkinDocument.Feature.TagOrBuilder getTagsOrBuilder(int index)
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;
-
getTableHeader
Messages.GherkinDocument.Feature.TableRow getTableHeader()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;
-
getTableHeaderOrBuilder
Messages.GherkinDocument.Feature.TableRowOrBuilder getTableHeaderOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.TableRow table_header = 6;
-
getTableBodyList
List<Messages.GherkinDocument.Feature.TableRow> getTableBodyList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;
-
getTableBody
Messages.GherkinDocument.Feature.TableRow getTableBody(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;
-
getTableBodyCount
int getTableBodyCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;
-
getTableBodyOrBuilderList
List<? extends Messages.GherkinDocument.Feature.TableRowOrBuilder> getTableBodyOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow table_body = 7;
-
getTableBodyOrBuilder
Messages.GherkinDocument.Feature.TableRowOrBuilder getTableBodyOrBuilder(int index)
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;
-
-