org.gnu.gnome

Class PreferencesType

public class PreferencesType extends Enum

Field Summary
static PreferencesTypeALWAYS
static PreferencesTypeNEVER
static PreferencesTypeUSER
Method Summary
PreferencesTypeand(PreferencesType other)
static PreferencesTypeintern(int value)
PreferencesTypeor(PreferencesType other)
booleantest(PreferencesType other)
PreferencesTypexor(PreferencesType other)

Field Detail

ALWAYS

public static final PreferencesType ALWAYS

NEVER

public static final PreferencesType NEVER

USER

public static final PreferencesType USER

Method Detail

and

public PreferencesType and(PreferencesType other)

intern

public static PreferencesType intern(int value)

or

public PreferencesType or(PreferencesType other)

test

public boolean test(PreferencesType other)

xor

public PreferencesType xor(PreferencesType other)