org.sblim.cimclient.internal.uri
Class KeyValuePair

java.lang.Object
  extended by org.sblim.cimclient.internal.uri.KeyValuePair

public class KeyValuePair
extends Object

key_name "=" key_value


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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

parse

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

Parameters:
pTyped -
pUriStr -
Returns:
an KeyValuePair or null if failed.
Throws:
IllegalArgumentException

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getKey

public String getKey()
getKey

Returns:
the key String

getValue

public Value getValue()
getValue

Returns:
the value String


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