org.gnu.gnome
Class RestartStyle

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gnome.RestartStyle

public class RestartStyle
extends org.gnu.glib.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)
           
 
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

IF_RUNNING

public static final RestartStyle IF_RUNNING

ANYWAY

public static final RestartStyle ANYWAY

IMMEDIATELY

public static final RestartStyle IMMEDIATELY

NEVER

public static final RestartStyle NEVER
Method Detail

intern

public static RestartStyle intern(int value)

or

public RestartStyle or(RestartStyle other)

and

public RestartStyle and(RestartStyle other)

xor

public RestartStyle xor(RestartStyle other)

test

public boolean test(RestartStyle other)