Package com.exsol.errorcodemodel
Class NamedParameter
- java.lang.Object
-
- com.exsol.errorcodemodel.NamedParameter
-
public class NamedParameter extends Object
This class represents a parameter of anExaErrorinvocation.
-
-
Constructor Summary
Constructors Constructor Description NamedParameter(String name, String description)Create a new instance ofNamedParameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetDescription()Get the description for this parameter (3rd parameter of parameterCall).StringgetName()Get the name of the parameterinthashCode()StringtoString()
-
-
-
Constructor Detail
-
NamedParameter
public NamedParameter(String name, String description)
Create a new instance ofNamedParameter.- Parameters:
name- parameter namedescription- parameter description
-
-