org.gnu.gconf
Class ConfValueType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gconf.ConfValueType
public class ConfValueType
- extends org.gnu.glib.Enum
Used to indicate the type of a ConfValue.
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 |
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
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)