Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gnu.glib.Enum
public class Enum
extends java.lang.Object
Field Summary | |
protected int |
|
Constructor Summary | |
|
Method Summary | |
boolean |
|
int |
|
int |
|
protected Enum()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
This class is only instantiable via subclasses.
public final boolean equals(java.lang.Object other)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Compare this to another object. The comparison is onlytrue
when the other object is also aEnum
and when the values match.
- Parameters:
other
- the object to compare to
- Returns:
- the result of comparison
public final int getValue()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Get the raw value of the object.
- Returns:
- the raw value.
public final int hashCode()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Get the hash code for this instance. It is the same as its value.
- Returns:
- the hash code