org.gnu.gnome
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) |