org.gnu.gconf

Class ConfValue

public class ConfValue extends MemStruct

Represents a dynamically-typed value in GConf.
Constructor Summary
ConfValue(ConfValueType type)
Construct a new ConfValue object of the type provided.
ConfValue(Handle handle)
Method Summary
booleangetBoolean()
ConfValuegetCar()
ConfValuegetCdr()
doublegetDouble()
intgetInt()
ListgetList()
ConfValueTypegetListType()
ConfSchemagetSchema()
StringgetString()
voidsetBoolean(boolean theBoolean)
voidsetCar(ConfValue theCar)
voidsetCdr(ConfValue theCdr)
voidsetDouble(double theDouble)
voidsetInt(int theInt)
voidsetList(List theList)
voidsetListType(ConfValueType type)
voidsetSchema(ConfSchema theSchema)
voidsetString(String theString)
StringtoString()

Constructor Detail

ConfValue

public ConfValue(ConfValueType type)
Construct a new ConfValue object of the type provided.

Parameters: type

ConfValue

public ConfValue(Handle handle)

Method Detail

getBoolean

public boolean getBoolean()

getCar

public ConfValue getCar()

getCdr

public ConfValue getCdr()

getDouble

public double getDouble()

getInt

public int getInt()

getList

public List getList()

getListType

public ConfValueType getListType()

getSchema

public ConfSchema getSchema()

getString

public String getString()

setBoolean

public void setBoolean(boolean theBoolean)

setCar

public void setCar(ConfValue theCar)

setCdr

public void setCdr(ConfValue theCdr)

setDouble

public void setDouble(double theDouble)

setInt

public void setInt(int theInt)

setList

public void setList(List theList)

setListType

public void setListType(ConfValueType type)

setSchema

public void setSchema(ConfSchema theSchema)

setString

public void setString(String theString)

toString

public String toString()