|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum
Base class for all classes resulting from a define-enum
in a .defs
file.
Method Summary | |
boolean |
equals(java.lang.Object other)
Compare this to another object. |
int |
getValue()
Get the raw value of the object. |
int |
hashCode()
Get the hash code for this instance. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final int getValue()
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object other)
true
when the other object is also a Enum
and when the values match.
equals
in class java.lang.Object
other
- the object to compare to
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |