public interface NameValuePair
parameter = attribute "=" value attribute = token value = token | quoted-string
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of this pair.
|
java.lang.String |
getValue()
Gets the value of this pair.
|