Interface Messages.GherkinDocument.Feature.TagOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Unique ID to be able to reference the Tag from PickleTag
      com.google.protobuf.ByteString getIdBytes()
      Unique ID to be able to reference the Tag from PickleTag
      Messages.Location getLocation()
      Location of the tag
      Messages.LocationOrBuilder getLocationOrBuilder()
      Location of the tag
      String getName()
      The name of the tag (including the leading `@`)
      com.google.protobuf.ByteString getNameBytes()
      The name of the tag (including the leading `@`)
      boolean hasLocation()
      Location of the tag
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;