Interface NameValuePair

All Known Implementing Classes:
NameValuePairImpl

public interface NameValuePair
Stores a name (String) and value (Object).
  • Method Details

    • getName

      String getName()
      Returns:
      the name.
    • setName

      void setName(String aName)
      Sets the name.
      Parameters:
      aName - a name
    • getValue

      Object getValue()
      Returns:
      the value.
    • setValue

      void setValue(Object aValue)
      Sets the value.
      Parameters:
      aValue - a value