|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.uri.KeyValuePair
public class KeyValuePair
key_name "=" key_value
| Method Summary | |
|---|---|
java.lang.String |
getKey()
getKey |
Value |
getValue()
getValue |
static KeyValuePair |
parse(boolean pTyped,
URIString pUriStr)
Tries to get an KeyValuePair from the passed
pUriStr. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static KeyValuePair parse(boolean pTyped,
URIString pUriStr)
throws java.lang.IllegalArgumentException
KeyValuePair from the passed
pUriStr.
pTyped - pUriStr -
KeyValuePair or null if failed.
java.lang.IllegalArgumentExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String getKey()
public Value getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||