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–2017 The Apache Software Foundation. All rights reserved.