Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.StepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.Step,Messages.GherkinDocument.Feature.Step.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature
public static interface Messages.GherkinDocument.Feature.StepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.GherkinDocument.Feature.Step.ArgumentCasegetArgumentCase()Messages.GherkinDocument.Feature.Step.DataTablegetDataTable().io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;Messages.GherkinDocument.Feature.Step.DataTableOrBuildergetDataTableOrBuilder().io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;Messages.GherkinDocument.Feature.Step.DocStringgetDocString().io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;Messages.GherkinDocument.Feature.Step.DocStringOrBuildergetDocStringOrBuilder().io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;StringgetId()Unique ID to be able to reference the Step from PickleStepcom.google.protobuf.ByteStringgetIdBytes()Unique ID to be able to reference the Step from PickleStepStringgetKeyword()string keyword = 2;com.google.protobuf.ByteStringgetKeywordBytes()string keyword = 2;Messages.LocationgetLocation()The location of the steps' `keyword`Messages.LocationOrBuildergetLocationOrBuilder()The location of the steps' `keyword`StringgetText()string text = 3;com.google.protobuf.ByteStringgetTextBytes()string text = 3;booleanhasDataTable().io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;booleanhasDocString().io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;booleanhasLocation()The location of the steps' `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 steps' `keyword`
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
The location of the steps' `keyword`
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
The location of the steps' `keyword`
.io.cucumber.messages.Location location = 1;
-
getKeyword
String getKeyword()
string keyword = 2;
-
getKeywordBytes
com.google.protobuf.ByteString getKeywordBytes()
string keyword = 2;
-
getText
String getText()
string text = 3;
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 3;
-
hasDocString
boolean hasDocString()
.io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;
-
getDocString
Messages.GherkinDocument.Feature.Step.DocString getDocString()
.io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;
-
getDocStringOrBuilder
Messages.GherkinDocument.Feature.Step.DocStringOrBuilder getDocStringOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;
-
hasDataTable
boolean hasDataTable()
.io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;
-
getDataTable
Messages.GherkinDocument.Feature.Step.DataTable getDataTable()
.io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;
-
getDataTableOrBuilder
Messages.GherkinDocument.Feature.Step.DataTableOrBuilder getDataTableOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;
-
getId
String getId()
Unique ID to be able to reference the Step from PickleStep
string id = 6;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Unique ID to be able to reference the Step from PickleStep
string id = 6;
-
getArgumentCase
Messages.GherkinDocument.Feature.Step.ArgumentCase getArgumentCase()
-
-