public class NameValuePairImpl extends Object implements NameValuePair
Constructor and Description |
---|
NameValuePairImpl() |
NameValuePairImpl(String aName,
Object aValue) |
public String getName()
NameValuePair
getName
in interface NameValuePair
public void setName(String aName)
NameValuePair
setName
in interface NameValuePair
aName
- a namepublic Object getValue()
NameValuePair
getValue
in interface NameValuePair
public void setValue(Object aValue)
NameValuePair
setValue
in interface NameValuePair
aValue
- a valueCopyright © 2014. All rights reserved.