public interface NamedValue<V>
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this parameter.
|
V |
getValue()
Returns the value.
|
void |
setValue(V value)
Sets the value.
|
Copyright © 2005–2018. All rights reserved.