com.jeffpalm.util
Class Attributes.Attribute

java.lang.Object
  extended by com.jeffpalm.util.Attributes.Attribute
Enclosing class:
Attributes

public static final class Attributes.Attribute
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 java.lang.Class getType()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getType

public java.lang.Class getType()

getValue

public java.lang.Object getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object