org.sblim.cimclient.internal.uri

Class KeyValuePair

public class KeyValuePair extends Object

key_name "=" key_value
Method Summary
StringgetKey()
getKey
ValuegetValue()
getValue
static KeyValuePairparse(boolean pTyped, URIString pUriStr)
Tries to get an KeyValuePair from the passed pUriStr.

Method Detail

getKey

public String getKey()
getKey

Returns: the key String

getValue

public Value getValue()
getValue

Returns: the value String

parse

public static KeyValuePair parse(boolean pTyped, URIString pUriStr)
Tries to get an KeyValuePair from the passed pUriStr.

Parameters: pTyped pUriStr

Returns: an KeyValuePair or null if failed.

Throws: IllegalArgumentException

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.