Class KeyValuePair


  • public class KeyValuePair
    extends java.lang.Object
    key_name "=" key_value
    • Method Detail

      • parse

        public static KeyValuePair parse​(boolean pTyped,
                                         URIString pUriStr)
                                  throws java.lang.IllegalArgumentException
        Tries to get an KeyValuePair from the passed pUriStr.
        Parameters:
        pTyped -
        pUriStr -
        Returns:
        an KeyValuePair or null if failed.
        Throws:
        java.lang.IllegalArgumentException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • getKey

        public java.lang.String getKey()
        getKey
        Returns:
        the key String
      • getValue

        public Value getValue()
        getValue
        Returns:
        the value String