|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gconf.ConfValueType
org.gnome.gconf.ConfValueType
.
public class ConfValueType
Used to indicate the type of a ConfValue.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |