gnu.inet.smtp

Class Parameter


public final class Parameter
extends java.lang.Object

An ESMTP parameter.

Version:
$Revision: 1.4 $ $Date: 2004/07/06 18:43:42 $

Author:
Chris Burdess

Constructor Summary

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

Method Summary

java.lang.String
getKey()
Returns the key.
java.lang.String
getValue()
Returns the value.

Constructor Details

Parameter

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

Parameters:
key - the key
value - the value

Method Details

getKey

public java.lang.String getKey()
Returns the key.


getValue

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


© Copyright 2003 The Free Software Foundation, all rights reserved