Class GherkinStruct

    • Field Detail

      • STRUCT_NAMES

        public static final List<String> STRUCT_NAMES
      • STRUCT_I18N_MAP

        public static final Map<String,​String> STRUCT_I18N_MAP
    • Constructor Detail

      • GherkinStruct

        public GherkinStruct()
    • Method Detail

      • getTag

        protected Tag getTag​(String tagName)
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getTags

        public List<Tag> getTags()
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setTags

        public void setTags​(List<Tag> tags)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object