org.gnu.gconf
org.gnome.gconf.ConfValue
.public class ConfValue extends org.gnu.glib.MemStruct
Constructor and Description |
---|
ConfValue(ConfValueType type)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
ConfValue(org.gnu.glib.Handle handle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean()
Deprecated.
|
ConfValue |
getCar()
Deprecated.
|
ConfValue |
getCdr()
Deprecated.
|
double |
getDouble()
Deprecated.
|
int |
getInt()
Deprecated.
|
java.util.List |
getList()
Deprecated.
|
ConfValueType |
getListType()
Deprecated.
|
ConfSchema |
getSchema()
Deprecated.
|
java.lang.String |
getString()
Deprecated.
|
void |
setBoolean(boolean theBoolean)
Deprecated.
|
void |
setCar(ConfValue theCar)
Deprecated.
|
void |
setCdr(ConfValue theCdr)
Deprecated.
|
void |
setDouble(double theDouble)
Deprecated.
|
void |
setInt(int theInt)
Deprecated.
|
void |
setList(java.util.List theList)
Deprecated.
|
void |
setListType(ConfValueType type)
Deprecated.
|
void |
setSchema(ConfSchema theSchema)
Deprecated.
|
void |
setString(java.lang.String theString)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public ConfValue(ConfValueType type)
type
- public ConfValue(org.gnu.glib.Handle handle)
public java.lang.String getString()
public void setString(java.lang.String theString)
public int getInt()
public void setInt(int theInt)
public double getDouble()
public void setDouble(double theDouble)
public boolean getBoolean()
public void setBoolean(boolean theBoolean)
public ConfValueType getListType()
public void setListType(ConfValueType type)
public java.util.List getList()
public void setList(java.util.List theList)
public ConfValue getCar()
public void setCar(ConfValue theCar)
public ConfValue getCdr()
public void setCdr(ConfValue theCdr)
public ConfSchema getSchema()
public void setSchema(ConfSchema theSchema)
public java.lang.String toString()
toString
in class java.lang.Object