org.gnu.gconf
public class ConfClientPreloadType extends Enum
Field Summary | |
---|---|
static ConfClientPreloadType | NONE |
static ConfClientPreloadType | ONELEVEL |
static ConfClientPreloadType | RECURSIVE |
Method Summary | |
---|---|
ConfClientPreloadType | and(ConfClientPreloadType other) |
static ConfClientPreloadType | intern(int value) |
ConfClientPreloadType | or(ConfClientPreloadType other) |
boolean | test(ConfClientPreloadType other) |
ConfClientPreloadType | xor(ConfClientPreloadType other) |