org.gnu.gconf
org.gnome.gconf.ConfClientPreloadType
.public class ConfClientPreloadType extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static ConfClientPreloadType |
NONE
Deprecated.
|
static ConfClientPreloadType |
ONELEVEL
Deprecated.
|
static ConfClientPreloadType |
RECURSIVE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ConfClientPreloadType NONE
public static final ConfClientPreloadType ONELEVEL
public static final ConfClientPreloadType RECURSIVE
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)