A representation of an MBean attribute. It is a pair, a {@link #getName() Name} and a {@link #getValue() Value}.
An Attribute is returned by a getter operation or passed to a a setter operation.
@author Juha Lindfors.
@author Adrian Brock.
@version $Revision: 1.4 $
Revisions:
20020730 Adrian Brock:
Serialization
20020930 Juha Lindfors:
Overrode hashCode() to return same hash for objects that are equal
Removed 'instanceof' from equals() as it tends to break the symmetricity requirement when subclasses are involved
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.