org.gnu.gconf

Class ConfValueType


public class ConfValueType
extends 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)

Field Details

BOOL

public static final ConfValueType BOOL

FLOAT

public static final ConfValueType FLOAT

INT

public static final ConfValueType INT

INVALID

public static final ConfValueType INVALID

LIST

public static final ConfValueType LIST

PAIR

public static final ConfValueType PAIR

SCHEMA

public static final ConfValueType SCHEMA

STRING

public static final ConfValueType STRING

Method Details

and

public ConfValueType and(ConfValueType other)

intern

public static ConfValueType intern(int value)

or

public ConfValueType or(ConfValueType other)

test

public boolean test(ConfValueType other)

xor

public ConfValueType xor(ConfValueType other)