Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.BackgroundOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.Background,Messages.GherkinDocument.Feature.Background.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature
public static interface Messages.GherkinDocument.Feature.BackgroundOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()string description = 4;com.google.protobuf.ByteStringgetDescriptionBytes()string description = 4;StringgetId()string id = 6;com.google.protobuf.ByteStringgetIdBytes()string id = 6;StringgetKeyword()string keyword = 2;com.google.protobuf.ByteStringgetKeywordBytes()string keyword = 2;Messages.LocationgetLocation()The location of the `Background` keywordMessages.LocationOrBuildergetLocationOrBuilder()The location of the `Background` keywordStringgetName()string name = 3;com.google.protobuf.ByteStringgetNameBytes()string name = 3;Messages.GherkinDocument.Feature.StepgetSteps(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;intgetStepsCount()repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;List<Messages.GherkinDocument.Feature.Step>getStepsList()repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;Messages.GherkinDocument.Feature.StepOrBuildergetStepsOrBuilder(int index)repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;List<? extends Messages.GherkinDocument.Feature.StepOrBuilder>getStepsOrBuilderList()repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;booleanhasLocation()The location of the `Background` keyword-
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 `Background` keyword
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
The location of the `Background` keyword
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
The location of the `Background` keyword
.io.cucumber.messages.Location location = 1;
-
getKeyword
String getKeyword()
string keyword = 2;
-
getKeywordBytes
com.google.protobuf.ByteString getKeywordBytes()
string keyword = 2;
-
getName
String getName()
string name = 3;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3;
-
getDescription
String getDescription()
string description = 4;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 4;
-
getStepsList
List<Messages.GherkinDocument.Feature.Step> getStepsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;
-
getSteps
Messages.GherkinDocument.Feature.Step getSteps(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;
-
getStepsCount
int getStepsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;
-
getStepsOrBuilderList
List<? extends Messages.GherkinDocument.Feature.StepOrBuilder> getStepsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;
-
getStepsOrBuilder
Messages.GherkinDocument.Feature.StepOrBuilder getStepsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.Step steps = 5;
-
getId
String getId()
string id = 6;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 6;
-
-