Package com.winnovative_software
Class NameValuePair
java.lang.Object
com.winnovative_software.NameValuePair
Represents a name value pair
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NameValuePairConstructs a name value pair- Parameters:
- name- the pair name
- value- the pair value
 
 
- 
- 
Method Details- 
nameGets the pair name- Returns:
- the pair name
 
- 
setNameSets the pair name- Parameters:
- name- the pair name to set
 
- 
valueGets the pair value- Returns:
- the pair value
 
- 
setValueSets the pair value- Parameters:
- value- the pair value to set
 
 
-