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