org.gnu.gconf
Class ConfClientPreloadType

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

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class probably may or may not have an equivalent in java-gnome 4.0; have a look for org.gnome.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
          Deprecated.  
static ConfClientPreloadType ONELEVEL
          Deprecated.  
static ConfClientPreloadType RECURSIVE
          Deprecated.  
 
Method Summary
 ConfClientPreloadType and(ConfClientPreloadType other)
          Deprecated.  
static ConfClientPreloadType intern(int value)
          Deprecated.  
 ConfClientPreloadType or(ConfClientPreloadType other)
          Deprecated.  
 boolean test(ConfClientPreloadType other)
          Deprecated.  
 ConfClientPreloadType xor(ConfClientPreloadType other)
          Deprecated.  
 
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
Deprecated. 

ONELEVEL

public static final ConfClientPreloadType ONELEVEL
Deprecated. 

RECURSIVE

public static final ConfClientPreloadType RECURSIVE
Deprecated. 
Method Detail

intern

public static ConfClientPreloadType intern(int value)
Deprecated. 

or

public ConfClientPreloadType or(ConfClientPreloadType other)
Deprecated. 

and

public ConfClientPreloadType and(ConfClientPreloadType other)
Deprecated. 

xor

public ConfClientPreloadType xor(ConfClientPreloadType other)
Deprecated. 

test

public boolean test(ConfClientPreloadType other)
Deprecated.