org.gnu.gnome
Class PreferencesType

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.gnu.gnome.PreferencesType

public class PreferencesType
extends org.gnu.glib.Enum


Field Summary
static PreferencesType ALWAYS
           
static PreferencesType NEVER
           
static PreferencesType USER
           
 
Method Summary
 PreferencesType and(PreferencesType other)
           
static PreferencesType intern(int value)
           
 PreferencesType or(PreferencesType other)
           
 boolean test(PreferencesType other)
           
 PreferencesType xor(PreferencesType 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

NEVER

public static final PreferencesType NEVER

USER

public static final PreferencesType USER

ALWAYS

public static final PreferencesType ALWAYS
Method Detail

intern

public static PreferencesType intern(int value)

or

public PreferencesType or(PreferencesType other)

and

public PreferencesType and(PreferencesType other)

xor

public PreferencesType xor(PreferencesType other)

test

public boolean test(PreferencesType other)