|
||||||||
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.ConfClientPreloadType
org.gnome.gconf.ConfClientPreloadType
.
public class ConfClientPreloadType
Used to tell ConfCient how to preload one of its directories.
Field Summary | |
---|---|
static ConfClientPreloadType |
NONE
Deprecated. |
static ConfClientPreloadType |
ONELEVEL
Deprecated. |
static ConfClientPreloadType |
RECURSIVE
Deprecated. |
Method Summary | |
---|---|
ConfClientPreloadType |
and(ConfClientPreloadType other)
Deprecated. |
static ConfClientPreloadType |
intern(int value)
Deprecated. |
ConfClientPreloadType |
or(ConfClientPreloadType other)
Deprecated. |
boolean |
test(ConfClientPreloadType other)
Deprecated. |
ConfClientPreloadType |
xor(ConfClientPreloadType 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 ConfClientPreloadType NONE
public static final ConfClientPreloadType ONELEVEL
public static final ConfClientPreloadType RECURSIVE
Method Detail |
---|
public static ConfClientPreloadType intern(int value)
public ConfClientPreloadType or(ConfClientPreloadType other)
public ConfClientPreloadType and(ConfClientPreloadType other)
public ConfClientPreloadType xor(ConfClientPreloadType other)
public boolean test(ConfClientPreloadType other)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |