org.gnu.gnome

Class RestartStyle


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)

Field Details

ANYWAY

public static final RestartStyle ANYWAY

IF_RUNNING

public static final RestartStyle IF_RUNNING

IMMEDIATELY

public static final RestartStyle IMMEDIATELY

NEVER

public static final RestartStyle NEVER

Method Details

and

public RestartStyle and(RestartStyle other)

intern

public static RestartStyle intern(int value)

or

public RestartStyle or(RestartStyle other)

test

public boolean test(RestartStyle other)

xor

public RestartStyle xor(RestartStyle other)