gnu.inet.smtp

Class Parameter


public final class Parameter
extends java.lang.Object

An ESMTP parameter.

Constructor Summary

Parameter(String key, String value)
Creates a new parameter with the specified key and value.

Method Summary

String
getKey()
Returns the key.
String
getValue()
Returns the value.
String
toString()
String form.

Constructor Details

Parameter

public Parameter(String key,
                 String value)
Creates a new parameter with the specified key and value.
Parameters:
key - the key
value - the value

Method Details

getKey

public String getKey()
Returns the key.

getValue

public String getValue()
Returns the value.

toString

public String toString()
String form.