org.gnu.gconf

Class ConfValueType

public class ConfValueType extends Enum

Used to indicate the type of a ConfValue.
Field Summary
static ConfValueTypeBOOL
static ConfValueTypeFLOAT
static ConfValueTypeINT
static ConfValueTypeINVALID
static ConfValueTypeLIST
static ConfValueTypePAIR
static ConfValueTypeSCHEMA
static ConfValueTypeSTRING
Method Summary
ConfValueTypeand(ConfValueType other)
static ConfValueTypeintern(int value)
ConfValueTypeor(ConfValueType other)
booleantest(ConfValueType other)
ConfValueTypexor(ConfValueType other)

Field Detail

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 Detail

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)