Package com.evopdf

Class NameValuePair

java.lang.Object
com.evopdf.NameValuePair

public class NameValuePair extends Object
Represents a name value pair
  • Constructor Details

    • NameValuePair

      public NameValuePair(String name, String value)
      Constructs a name value pair
      Parameters:
      name - the pair name
      value - the pair value
  • Method Details

    • name

      public String name()
      Gets the pair name
      Returns:
      the pair name
    • setName

      public void setName(String name)
      Sets the pair name
      Parameters:
      name - the pair name to set
    • value

      public String value()
      Gets the pair value
      Returns:
      the pair value
    • setValue

      public void setValue(String value)
      Sets the pair value
      Parameters:
      value - the pair value to set