Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.inet.smtp.Parameter
public final class Parameter
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
String |
|
public Parameter(String key, String value)
Creates a new parameter with the specified key and value.
- Parameters:
key
- the keyvalue
- the value
public String getKey()
Returns the key.
public String getValue()
Returns the value.
public String toString()
String form.