Package com.github.fridujo.glacio.model
Class DocString
- java.lang.Object
-
- com.github.fridujo.glacio.model.DocString
-
- All Implemented Interfaces:
StepArgument
public class DocString extends Object implements StepArgument
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.fridujo.glacio.model.StepArgument
StepArgument.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Optional<String>getContentType()StepArgument.TypegetType()
-
-
-
Method Detail
-
getType
public StepArgument.Type getType()
- Specified by:
getTypein interfaceStepArgument
-
getContent
public String getContent()
-
-