public interface NameValuePair
parameter = attribute "=" value attribute = token value = token | quoted-string
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this pair.
|
String |
getValue()
Gets the value of this pair.
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.