Interface NameValuePair
-
- All Known Implementing Classes:
NameValuePairImpl
public interface NameValuePairStores a name (String) and value (Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name.ObjectgetValue()Gets the value.voidsetName(String aName)Sets the name.voidsetValue(Object aValue)Sets the value.
-