org.sblim.cimclient.internal.uri
public class KeyValuePair extends Object
| Method Summary | |
|---|---|
| String | getKey()
getKey
|
| Value | getValue()
getValue
|
| static KeyValuePair | parse(boolean pTyped, URIString pUriStr)
Tries to get an KeyValuePair from the passed
pUriStr.
|
| String | toString() |
Returns: the key String
Returns: the value String
KeyValuePair from the passed
pUriStr.
Parameters: pTyped pUriStr
Returns: an KeyValuePair or null if failed.
Throws: IllegalArgumentException
See Also: java.lang.Object#toString()