org.gnu.gdk
Class Status
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.Status
public class Status
- extends org.gnu.glib.Enum
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 |
OK
public static final Status OK
ERROR
public static final Status ERROR
ERROR_PARAM
public static final Status ERROR_PARAM
ERROR_FILE
public static final Status ERROR_FILE
ERROR_MEM
public static final Status ERROR_MEM
intern
public static Status intern(int value)
or
public Status or(Status other)
and
public Status and(Status other)
xor
public Status xor(Status other)
test
public boolean test(Status other)