Package com.winnovative_software
Class NameValuePair
java.lang.Object
com.winnovative_software.NameValuePair
Represents a name value pair
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameValuePair
Constructs a name value pair- Parameters:
name
- the pair namevalue
- the pair value
-
-
Method Details
-
name
Gets the pair name- Returns:
- the pair name
-
setName
Sets the pair name- Parameters:
name
- the pair name to set
-
value
Gets the pair value- Returns:
- the pair value
-
setValue
Sets the pair value- Parameters:
value
- the pair value to set
-