Enum
org.gnu.gdk.Status
public class Status
extends Enum
static Status
ERROR
ERROR_FILE
ERROR_MEM
ERROR_PARAM
OK
Status
and(Status other)
intern(int value)
or(Status other)
boolean
test(Status other)
xor(Status other)
public static final Status ERROR
public static final Status ERROR_FILE
public static final Status ERROR_MEM
public static final Status ERROR_PARAM
public static final Status OK
public Status and(Status other)
public static Status intern(int value)
public Status or(Status other)
public boolean test(Status other)
public Status xor(Status other)