org.gnu.gconf
Class ConfClientPreloadType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gconf.ConfClientPreloadType

public class ConfClientPreloadType
extends org.gnu.glib.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)
           
 
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
 

Field Detail

NONE

public static final ConfClientPreloadType NONE

ONELEVEL

public static final ConfClientPreloadType ONELEVEL

RECURSIVE

public static final ConfClientPreloadType RECURSIVE
Method Detail

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)