| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameValuePair
Stores a name (String) and value (Object).
| Method Summary | |
|---|---|
|  String | getName()Gets the name. | 
|  Object | getValue()Gets the value. | 
|  void | setName(String aName)Sets the name. | 
|  void | setValue(Object aValue)Sets the value. | 
| Method Detail | 
|---|
String getName()
void setName(String aName)
aName - a nameObject getValue()
void setValue(Object aValue)
aValue - a value| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||