public class NVPair
Description:
NVPair()
NVPair(String name, String value)
void
setName(String name)
setValue(String value)
String
getName()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name
value
void setName(String name)
Set the name
void setValue(String value)
Set the value
String getName()
Return the name
String getValue()
Return the value