Package org.restlet.client.util
Interface NamedValue<V>
-
- All Known Implementing Classes:
CacheDirective,Cookie,CookieSetting,Header,Parameter
public interface NamedValue<V>String couple between a name and a value.- Author:
- Jerome Louvel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this parameter.VgetValue()Returns the value.voidsetValue(V value)Sets the value.
-