org.gnu.gnome
Class ClientFlags

java.lang.Object
  extended byorg.gnu.glib.Flags
      extended byorg.gnu.gnome.ClientFlags

public class ClientFlags
extends org.gnu.glib.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)
           
 
Methods inherited from class org.gnu.glib.Flags
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_CONNECTED

public static final ClientFlags IS_CONNECTED

RESTARTED

public static final ClientFlags RESTARTED

RESTORED

public static final ClientFlags RESTORED
Method Detail

intern

public static ClientFlags intern(int value)

or

public ClientFlags or(ClientFlags other)

and

public ClientFlags and(ClientFlags other)

xor

public ClientFlags xor(ClientFlags other)

test

public boolean test(ClientFlags other)