org.gnu.gnome
public class ClientState extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ClientState |
and(ClientState other) |
static ClientState |
intern(int value) |
ClientState |
or(ClientState other) |
boolean |
test(ClientState other) |
ClientState |
xor(ClientState other) |
public static final ClientState IDLE
public static final ClientState SAVING_PHASE_1
public static final ClientState WAITING_FOR_PHASE_2
public static final ClientState SAVING_PHASE_2
public static final ClientState FROZEN
public static final ClientState DISCONNECTED
public static final ClientState REGISTERING
public static ClientState intern(int value)
public ClientState or(ClientState other)
public ClientState and(ClientState other)
public ClientState xor(ClientState other)
public boolean test(ClientState other)