public static interface Messages.GherkinDocument.Feature.Step.DataTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.Location |
getLocation()
.io.cucumber.messages.Location location = 1; |
Messages.LocationOrBuilder |
getLocationOrBuilder()
.io.cucumber.messages.Location location = 1; |
Messages.GherkinDocument.Feature.TableRow |
getRows(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2; |
int |
getRowsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2; |
List<Messages.GherkinDocument.Feature.TableRow> |
getRowsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2; |
Messages.GherkinDocument.Feature.TableRowOrBuilder |
getRowsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2; |
List<? extends Messages.GherkinDocument.Feature.TableRowOrBuilder> |
getRowsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2; |
boolean |
hasLocation()
.io.cucumber.messages.Location location = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
.io.cucumber.messages.Location location = 1;List<Messages.GherkinDocument.Feature.TableRow> getRowsList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2;Messages.GherkinDocument.Feature.TableRow getRows(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2;int getRowsCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2;List<? extends Messages.GherkinDocument.Feature.TableRowOrBuilder> getRowsOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2;Messages.GherkinDocument.Feature.TableRowOrBuilder getRowsOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.TableRow rows = 2;Copyright © 2019. All rights reserved.