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