org.gnu.gnome
Class ClientState

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.gnu.gnome.ClientState

public class ClientState
extends org.gnu.glib.Enum


Field Summary
static ClientState DISCONNECTED
           
static ClientState FROZEN
           
static ClientState IDLE
           
static ClientState REGISTERING
           
static ClientState SAVING_PHASE_1
           
static ClientState SAVING_PHASE_2
           
static ClientState WAITING_FOR_PHASE_2
           
 
Method Summary
 ClientState and(ClientState other)
           
static ClientState intern(int value)
           
 ClientState or(ClientState other)
           
 boolean test(ClientState other)
           
 ClientState xor(ClientState 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

IDLE

public static final ClientState IDLE

SAVING_PHASE_1

public static final ClientState SAVING_PHASE_1

WAITING_FOR_PHASE_2

public static final ClientState WAITING_FOR_PHASE_2

SAVING_PHASE_2

public static final ClientState SAVING_PHASE_2

FROZEN

public static final ClientState FROZEN

DISCONNECTED

public static final ClientState DISCONNECTED

REGISTERING

public static final ClientState REGISTERING
Method Detail

intern

public static ClientState intern(int value)

or

public ClientState or(ClientState other)

and

public ClientState and(ClientState other)

xor

public ClientState xor(ClientState other)

test

public boolean test(ClientState other)