org.gnu.gconf
org.gnome.gconf.ConfValueType
.public class ConfValueType extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ConfValueType INVALID
public static final ConfValueType STRING
public static final ConfValueType INT
public static final ConfValueType FLOAT
public static final ConfValueType BOOL
public static final ConfValueType SCHEMA
public static final ConfValueType LIST
public static final ConfValueType PAIR
public static ConfValueType intern(int value)
public ConfValueType or(ConfValueType other)
public ConfValueType and(ConfValueType other)
public ConfValueType xor(ConfValueType other)
public boolean test(ConfValueType other)