|
java-gnome version 4.0.7 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Objectorg.freedesktop.bindings.Constant
public abstract class Constant
Representation of enumerated constants. Enums are very fundamental in most
libraries but are ordinal integers handled by the compiler as constants;
they are not passed around by pointer. For that, we have the
Proxy class.
Note that this has nothing to do with the enum mechanism
introduced in Java 1.5.
| Method Summary | |
|---|---|
java.lang.String |
toString()
Return the name of the Constant class and the name of the constant itself. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String toString()
WindowType.POPUP
toString in class java.lang.Object
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||