org.gnu.gconf
Class ConfValue
public class ConfValue
extends MemStruct
Represents a dynamically-typed value in GConf.
ConfValue
public ConfValue(Handle handle)
ConfValue
public ConfValue(ConfValueType type)
Construct a new ConfValue object of the type provided.
getBoolean
public boolean getBoolean()
getDouble
public double getDouble()
getInt
public int getInt()
getList
public List getList()
getString
public String getString()
setBoolean
public void setBoolean(boolean theBoolean)
setDouble
public void setDouble(double theDouble)
setInt
public void setInt(int theInt)
setList
public void setList(List theList)
setSchema
public void setSchema(ConfSchema theSchema)
setString
public void setString(String theString)
toString
public String toString()