public interface NameValuePair
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets the name. | 
| Object | getValue()Gets the value. | 
| void | setName(String aName)Sets the name. | 
| void | setValue(Object aValue)Sets the value. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.