org.gnu.gnome
public class PreferencesType extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static PreferencesType |
ALWAYS |
static PreferencesType |
NEVER |
static PreferencesType |
USER |
Modifier and Type | Method and Description |
---|---|
PreferencesType |
and(PreferencesType other) |
static PreferencesType |
intern(int value) |
PreferencesType |
or(PreferencesType other) |
boolean |
test(PreferencesType other) |
PreferencesType |
xor(PreferencesType other) |
public static final PreferencesType NEVER
public static final PreferencesType USER
public static final PreferencesType ALWAYS
public static PreferencesType intern(int value)
public PreferencesType or(PreferencesType other)
public PreferencesType and(PreferencesType other)
public PreferencesType xor(PreferencesType other)
public boolean test(PreferencesType other)