gnu.inet.smtp
Class Parameter
public final class Parameter
extends java.lang.Object
An ESMTP parameter.
Version:
- Chris Burdess
Parameter(java.lang.String key, java.lang.String value)- Creates a new parameter with the specified key and value.
|
java.lang.String | getKey()- Returns the key.
|
java.lang.String | getValue()- Returns the value.
|
Parameter
public Parameter(java.lang.String key,
java.lang.String value) Creates a new parameter with the specified key and value.
key - the keyvalue - the value
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