public final class Parameter
extends java.lang.Object
| Constructor and Description |
|---|
Parameter (java.lang.String key,
java.lang.String value)
Creates a new parameter with the specified key and value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey ()
Returns the key.
|
java.lang.String |
getValue ()
Returns the value.
|
java.lang.String |
toString ()
String form.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic Parameter(java.lang.String key, java.lang.String value)
key - the keyvalue - the valuepublic java.lang.String getKey()
public java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Object