| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.inet.smtp.Parameterpublic final class Parameterextends java.lang.ObjectConstructor 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.