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(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.

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.


© Copyright 2003 The Free Software Foundation, all rights reserved