Class NameValuePair

  • All Implemented Interfaces:
    java.io.Serializable

    public class NameValuePair
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    J. H. S.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameValuePair​(java.lang.String name, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
      • value

        public final java.lang.String value
    • Constructor Detail

      • NameValuePair

        public NameValuePair​(java.lang.String name,
                             java.lang.String value)
        Parameters:
        name -
        value -
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        Returns the name.
      • getValue

        public java.lang.String getValue()
        Returns:
        Returns the value.