org.gnu.glib

Class Enum


public class Enum
extends java.lang.Object

Field Summary

protected int
value_
holder for the raw enumeration value

Constructor Summary

Enum()
This class is only instantiable via subclasses.

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.

Field Details

value_

protected int value_
holder for the raw enumeration value

Constructor Details

Enum

protected Enum()
This class is only instantiable via subclasses.

Method Details

equals

public final boolean equals(java.lang.Object other)
Compare this to another object. The comparison is only true when the other object is also a Enum and when the values match.
Parameters:
other - the object to compare to
Returns:
the result of comparison

getValue

public final int getValue()
Get the raw value of the object.
Returns:
the raw value.

hashCode

public final int hashCode()
Get the hash code for this instance. It is the same as its value.
Returns:
the hash code