Uses of Class
de.gematik.test.tiger.lib.parser.model.gherkin.ParseMode
-
Packages that use ParseMode Package Description de.gematik.test.tiger.lib.parser.model.gherkin -
-
Uses of ParseMode in de.gematik.test.tiger.lib.parser.model.gherkin
Methods in de.gematik.test.tiger.lib.parser.model.gherkin that return ParseMode Modifier and Type Method Description static ParseModeParseMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ParseMode[]ParseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-