public final class Parameter extends Object
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of the parameter.
|
String |
getValue()
Returns the parameter value.
|
int |
hashCode() |
void |
setName(String name)
Sets the name for the parameter.
|
void |
setValue(String value)
Sets the parameter value.
|
public String getName()
public void setName(String name)
name
- the new namepublic String getValue()
public void setValue(String value)
value
- the new value