|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.Status
Field Summary | |
static Status |
ERROR
|
static Status |
ERROR_FILE
|
static Status |
ERROR_MEM
|
static Status |
ERROR_PARAM
|
static Status |
OK
|
Method Summary | |
Status |
and(Status other)
|
static Status |
intern(int value)
|
Status |
or(Status other)
|
boolean |
test(Status other)
|
Status |
xor(Status other)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Status OK
public static final Status ERROR
public static final Status ERROR_PARAM
public static final Status ERROR_FILE
public static final Status ERROR_MEM
Method Detail |
public static Status intern(int value)
public Status or(Status other)
public Status and(Status other)
public Status xor(Status other)
public boolean test(Status other)
|
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 |