Package io.cucumber.messages.types
Class UndefinedParameterType
- java.lang.Object
-
- io.cucumber.messages.types.UndefinedParameterType
-
public class UndefinedParameterType extends Object
-
-
Constructor Summary
Constructors Constructor Description UndefinedParameterType()No args constructor for use in serializationUndefinedParameterType(String expression, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetExpression()(Required)StringgetName()(Required)inthashCode()voidsetExpression(String expression)(Required)voidsetName(String name)(Required)StringtoString()
-