Package io.cucumber.core.gherkin
Interface DocStringArgument
-
- All Superinterfaces:
Argument,DocStringArgument,StepArgument
public interface DocStringArgument extends Argument, DocStringArgument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()StringgetContentType()intgetLine()StringgetMediaType()
-
-
-
Method Detail
-
getContent
String getContent()
- Specified by:
getContentin interfaceDocStringArgument
-
getContentType
String getContentType()
- Specified by:
getContentTypein interfaceDocStringArgument
-
getMediaType
String getMediaType()
- Specified by:
getMediaTypein interfaceDocStringArgument
-
getLine
int getLine()
- Specified by:
getLinein interfaceDocStringArgument
-
-