org.gnu.gnome

Class PreferencesType


public class PreferencesType
extends 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)

Field Details

ALWAYS

public static final PreferencesType ALWAYS

NEVER

public static final PreferencesType NEVER

USER

public static final PreferencesType USER

Method Details

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)