Package oracle.stellent.ridc.common.util
Class NameValuePair
java.lang.Object
oracle.stellent.ridc.common.util.NameValuePair
- All Implemented Interfaces:
Comparable<NameValuePair>
- Direct Known Subclasses:
RIDCHttpHeaderImpl
Generic Name value pairing
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameValuePair
Create a name/value pair- Parameters:
name
-value
-
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value
- the value to set
-
toString
-
compareTo
Compare two name value pairs by the key. It is a basic string comparison of the keys- Specified by:
compareTo
in interfaceComparable<NameValuePair>
- Parameters:
namevaluePair
-- Returns:
-