org.gnu.gconf
Class ConfClientPreloadType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gconf.ConfClientPreloadType
public class ConfClientPreloadType
- extends org.gnu.glib.Enum
Used to tell ConfCient how to preload one of its directories.
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final ConfClientPreloadType NONE
ONELEVEL
public static final ConfClientPreloadType ONELEVEL
RECURSIVE
public static final ConfClientPreloadType RECURSIVE
intern
public static ConfClientPreloadType intern(int value)
or
public ConfClientPreloadType or(ConfClientPreloadType other)
and
public ConfClientPreloadType and(ConfClientPreloadType other)
xor
public ConfClientPreloadType xor(ConfClientPreloadType other)
test
public boolean test(ConfClientPreloadType other)