org.gnu.gconf
Class ConfValueType

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

public class ConfValueType
extends org.gnu.glib.Enum

Used to indicate the type of a ConfValue.


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

INVALID

public static final ConfValueType INVALID

STRING

public static final ConfValueType STRING

INT

public static final ConfValueType INT

FLOAT

public static final ConfValueType FLOAT

BOOL

public static final ConfValueType BOOL

SCHEMA

public static final ConfValueType SCHEMA

LIST

public static final ConfValueType LIST

PAIR

public static final ConfValueType PAIR
Method Detail

intern

public static ConfValueType intern(int value)

or

public ConfValueType or(ConfValueType other)

and

public ConfValueType and(ConfValueType other)

xor

public ConfValueType xor(ConfValueType other)

test

public boolean test(ConfValueType other)