org.gnu.gconf

Class ConfValue


public class ConfValue
extends MemStruct

Represents a dynamically-typed value in GConf.

Constructor Summary

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

Method Summary

boolean
getBoolean()
ConfValue
getCar()
ConfValue
getCdr()
double
getDouble()
int
getInt()
List
getList()
ConfValueType
getListType()
ConfSchema
getSchema()
String
getString()
void
setBoolean(boolean theBoolean)
void
setCar(ConfValue theCar)
void
setCdr(ConfValue theCdr)
void
setDouble(double theDouble)
void
setInt(int theInt)
void
setList(List theList)
void
setListType(ConfValueType type)
void
setSchema(ConfSchema theSchema)
void
setString(String theString)
String
toString()

Constructor Details

ConfValue

public ConfValue(Handle handle)

ConfValue

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

Method Details

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()