org.gnu.gconf
public class ConfValueType extends Enum
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
.
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) |