Class GherkinStruct
- java.lang.Object
-
- de.gematik.test.tiger.lib.parser.model.gherkin.GherkinStruct
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>STRUCT_I18N_MAPstatic List<String>STRUCT_NAMES
-
Constructor Summary
Constructors Constructor Description GherkinStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()StringgetId()StringgetName()protected TaggetTag(String tagName)List<Tag>getTags()inthashCode()voidsetDescription(String description)voidsetId(String id)voidsetName(String name)voidsetTags(List<Tag> tags)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getId
public String getId()
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
setId
public void setId(String id)
-
canEqual
protected boolean canEqual(Object other)
-
-