org.gnu.gnome
public class RestartStyle extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static RestartStyle |
ANYWAY |
static RestartStyle |
IF_RUNNING |
static RestartStyle |
IMMEDIATELY |
static RestartStyle |
NEVER |
Modifier and Type | Method and Description |
---|---|
RestartStyle |
and(RestartStyle other) |
static RestartStyle |
intern(int value) |
RestartStyle |
or(RestartStyle other) |
boolean |
test(RestartStyle other) |
RestartStyle |
xor(RestartStyle other) |
public static final RestartStyle IF_RUNNING
public static final RestartStyle ANYWAY
public static final RestartStyle IMMEDIATELY
public static final RestartStyle NEVER
public static RestartStyle intern(int value)
public RestartStyle or(RestartStyle other)
public RestartStyle and(RestartStyle other)
public RestartStyle xor(RestartStyle other)
public boolean test(RestartStyle other)