public class DefaultPairNameValue extends Object implements PairNameValue
| Constructor and Description |
|---|
DefaultPairNameValue(String name,
Object value) |
public String getName()
getName in interface PairNameValuepublic Object getValue()
getValue in interface PairNameValuepublic int compareTo(PairNameValue o)
compareTo in interface Comparable<PairNameValue>public void setName(String name)
setName in interface PairNameValuepublic void setValue(Object value)
setValue in interface PairNameValue