public static interface Messages.GherkinDocument.FeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.GherkinDocument.Feature.FeatureChild |
getChildren(int index)
Zero or more children
|
int |
getChildrenCount()
Zero or more children
|
List<Messages.GherkinDocument.Feature.FeatureChild> |
getChildrenList()
Zero or more children
|
Messages.GherkinDocument.Feature.FeatureChildOrBuilder |
getChildrenOrBuilder(int index)
Zero or more children
|
List<? extends Messages.GherkinDocument.Feature.FeatureChildOrBuilder> |
getChildrenOrBuilderList()
Zero or more children
|
String |
getDescription()
The line(s) underneath the line with the `keyword` that are used as description
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The line(s) underneath the line with the `keyword` that are used as description
|
String |
getKeyword()
The text of the `Feature` keyword (in the language specified by `language`)
|
com.google.protobuf.ByteString |
getKeywordBytes()
The text of the `Feature` keyword (in the language specified by `language`)
|
String |
getLanguage()
The [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code of the Gherkin document
|
com.google.protobuf.ByteString |
getLanguageBytes()
The [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code of the Gherkin document
|
Messages.Location |
getLocation()
The location of the `Feature` keyword
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the `Feature` keyword
|
String |
getName()
The name of the feature (the text following the `keyword`)
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the feature (the text following the `keyword`)
|
Messages.GherkinDocument.Feature.Tag |
getTags(int index)
All the tags placed above the `Feature` keyword
|
int |
getTagsCount()
All the tags placed above the `Feature` keyword
|
List<Messages.GherkinDocument.Feature.Tag> |
getTagsList()
All the tags placed above the `Feature` keyword
|
Messages.GherkinDocument.Feature.TagOrBuilder |
getTagsOrBuilder(int index)
All the tags placed above the `Feature` keyword
|
List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> |
getTagsOrBuilderList()
All the tags placed above the `Feature` keyword
|
boolean |
hasLocation()
The location of the `Feature` keyword
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the `Feature` keyword
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the `Feature` keyword
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the `Feature` keyword
.io.cucumber.messages.Location location = 1;List<Messages.GherkinDocument.Feature.Tag> getTagsList()
All the tags placed above the `Feature` keyword
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.Tag getTags(int index)
All the tags placed above the `Feature` keyword
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;int getTagsCount()
All the tags placed above the `Feature` keyword
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;List<? extends Messages.GherkinDocument.Feature.TagOrBuilder> getTagsOrBuilderList()
All the tags placed above the `Feature` keyword
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;Messages.GherkinDocument.Feature.TagOrBuilder getTagsOrBuilder(int index)
All the tags placed above the `Feature` keyword
repeated .io.cucumber.messages.GherkinDocument.Feature.Tag tags = 2;String getLanguage()
The [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code of the Gherkin document
string language = 3;com.google.protobuf.ByteString getLanguageBytes()
The [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code of the Gherkin document
string language = 3;String getKeyword()
The text of the `Feature` keyword (in the language specified by `language`)
string keyword = 4;com.google.protobuf.ByteString getKeywordBytes()
The text of the `Feature` keyword (in the language specified by `language`)
string keyword = 4;String getName()
The name of the feature (the text following the `keyword`)
string name = 5;com.google.protobuf.ByteString getNameBytes()
The name of the feature (the text following the `keyword`)
string name = 5;String getDescription()
The line(s) underneath the line with the `keyword` that are used as description
string description = 6;com.google.protobuf.ByteString getDescriptionBytes()
The line(s) underneath the line with the `keyword` that are used as description
string description = 6;List<Messages.GherkinDocument.Feature.FeatureChild> getChildrenList()
Zero or more children
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild children = 7;Messages.GherkinDocument.Feature.FeatureChild getChildren(int index)
Zero or more children
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild children = 7;int getChildrenCount()
Zero or more children
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild children = 7;List<? extends Messages.GherkinDocument.Feature.FeatureChildOrBuilder> getChildrenOrBuilderList()
Zero or more children
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild children = 7;Messages.GherkinDocument.Feature.FeatureChildOrBuilder getChildrenOrBuilder(int index)
Zero or more children
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild children = 7;Copyright © 2019. All rights reserved.