org.gnu.gnome

Class ClientFlags


public class ClientFlags
extends Flags

Field Summary

static ClientFlags
IS_CONNECTED
static ClientFlags
RESTARTED
static ClientFlags
RESTORED

Method Summary

ClientFlags
and(ClientFlags other)
static ClientFlags
intern(int value)
ClientFlags
or(ClientFlags other)
boolean
test(ClientFlags other)
ClientFlags
xor(ClientFlags other)

Field Details

IS_CONNECTED

public static final ClientFlags IS_CONNECTED

RESTARTED

public static final ClientFlags RESTARTED

RESTORED

public static final ClientFlags RESTORED

Method Details

and

public ClientFlags and(ClientFlags other)

intern

public static ClientFlags intern(int value)

or

public ClientFlags or(ClientFlags other)

test

public boolean test(ClientFlags other)

xor

public ClientFlags xor(ClientFlags other)