org.gnu.glib
org.freedesktop.bindings.Constant
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.public class Enum extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
value_
Deprecated.
holder for the raw enumeration value
|
Modifier | Constructor and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
protected Enum()
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