Package io.cucumber.cucumberexpressions
Class Argument<T>
- java.lang.Object
-
- io.cucumber.cucumberexpressions.Argument<T>
-
@API(status=STABLE) public final class Argument<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupgetGroup()ParameterType<T>getParameterType()TypegetType()TgetValue()
-
-
-
Method Detail
-
getGroup
public Group getGroup()
-
getValue
public T getValue()
-
getType
public Type getType()
-
getParameterType
public ParameterType<T> getParameterType()
-
-