public abstract class NameValue extends Object
protected String
name
value
protected
NameValue(String name, String value)
boolean
equals(Object o)
String
getName()
getValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final String name
protected final String value
protected NameValue(String name, String value)
public String getName()
public String getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2008-2013. All Rights Reserved.