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 String
getContent()
String
getContentType()
int
getLine()
String
getMediaType()
-
-
-
Method Detail
-
getContent
String getContent()
- Specified by:
getContent
in interfaceDocStringArgument
-
getContentType
String getContentType()
- Specified by:
getContentType
in interfaceDocStringArgument
-
getMediaType
String getMediaType()
- Specified by:
getMediaType
in interfaceDocStringArgument
-
getLine
int getLine()
- Specified by:
getLine
in interfaceDocStringArgument
-
-