org.gnu.gconf

Class ConfClientPreloadType


public class ConfClientPreloadType
extends Enum

Used to tell ConfCient how to preload one of its directories.

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)

Field Details

NONE

public static final ConfClientPreloadType NONE

ONELEVEL

public static final ConfClientPreloadType ONELEVEL

RECURSIVE

public static final ConfClientPreloadType RECURSIVE

Method Details

and

public ConfClientPreloadType and(ConfClientPreloadType other)

intern

public static ConfClientPreloadType intern(int value)

or

public ConfClientPreloadType or(ConfClientPreloadType other)

test

public boolean test(ConfClientPreloadType other)

xor

public ConfClientPreloadType xor(ConfClientPreloadType other)