public class KeyValuePair
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
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() |
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()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.