public interface NamedValue<V>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this parameter.
|
V |
getValue()
Returns the value.
|
void |
setValue(V value)
Sets the value.
|
Copyright © 2005-2024 Restlet.