Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.TagOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.Tag,Messages.GherkinDocument.Feature.Tag.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature
public static interface Messages.GherkinDocument.Feature.TagOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Unique ID to be able to reference the Tag from PickleTagcom.google.protobuf.ByteStringgetIdBytes()Unique ID to be able to reference the Tag from PickleTagMessages.LocationgetLocation()Location of the tagMessages.LocationOrBuildergetLocationOrBuilder()Location of the tagStringgetName()The name of the tag (including the leading `@`)com.google.protobuf.ByteStringgetNameBytes()The name of the tag (including the leading `@`)booleanhasLocation()Location of the tag-
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()
Location of the tag
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
Location of the tag
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
Location of the tag
.io.cucumber.messages.Location location = 1;
-
getName
String getName()
The name of the tag (including the leading `@`)
string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the tag (including the leading `@`)
string name = 2;
-
getId
String getId()
Unique ID to be able to reference the Tag from PickleTag
string id = 3;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Unique ID to be able to reference the Tag from PickleTag
string id = 3;
-
-