T - the parameter type (e.g. an Integer)public interface Parameter<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName()
Gets the name of this parameter.
|
T |
getParameterValue()
Get the value of the parameter.
|
void |
setParameterValue(T parameterValue)
Set the value of the parameter.
|
String getParameterName()
T getParameterValue()
void setParameterValue(T parameterValue)
parameterValue - the parameter value.Copyright © 2006–2017 Esito AS. All rights reserved.