org.gnu.gconf
Class ConfValueType

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

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.ConfValueType.

public class ConfValueType
extends org.gnu.glib.Enum

Used to indicate the type of a ConfValue.


Field Summary
static ConfValueType BOOL
          Deprecated.  
static ConfValueType FLOAT
          Deprecated.  
static ConfValueType INT
          Deprecated.  
static ConfValueType INVALID
          Deprecated.  
static ConfValueType LIST
          Deprecated.  
static ConfValueType PAIR
          Deprecated.  
static ConfValueType SCHEMA
          Deprecated.  
static ConfValueType STRING
          Deprecated.  
 
Method Summary
 ConfValueType and(ConfValueType other)
          Deprecated.  
static ConfValueType intern(int value)
          Deprecated.  
 ConfValueType or(ConfValueType other)
          Deprecated.  
 boolean test(ConfValueType other)
          Deprecated.  
 ConfValueType xor(ConfValueType 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

INVALID

public static final ConfValueType INVALID
Deprecated. 

STRING

public static final ConfValueType STRING
Deprecated. 

INT

public static final ConfValueType INT
Deprecated. 

FLOAT

public static final ConfValueType FLOAT
Deprecated. 

BOOL

public static final ConfValueType BOOL
Deprecated. 

SCHEMA

public static final ConfValueType SCHEMA
Deprecated. 

LIST

public static final ConfValueType LIST
Deprecated. 

PAIR

public static final ConfValueType PAIR
Deprecated. 
Method Detail

intern

public static ConfValueType intern(int value)
Deprecated. 

or

public ConfValueType or(ConfValueType other)
Deprecated. 

and

public ConfValueType and(ConfValueType other)
Deprecated. 

xor

public ConfValueType xor(ConfValueType other)
Deprecated. 

test

public boolean test(ConfValueType other)
Deprecated.