org.gnu.gconf
Class ConfValue

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.MemStruct
          extended by org.gnu.gconf.ConfValue

public class ConfValue
extends org.gnu.glib.MemStruct

Represents a dynamically-typed value in GConf.


Constructor Summary
ConfValue(ConfValueType type)
          Construct a new ConfValue object of the type provided.
ConfValue(org.gnu.glib.Handle handle)
           
 
Method Summary
 boolean getBoolean()
           
 ConfValue getCar()
           
 ConfValue getCdr()
           
 double getDouble()
           
 int getInt()
           
 java.util.List getList()
           
 ConfValueType getListType()
           
 ConfSchema getSchema()
           
 java.lang.String getString()
           
 void setBoolean(boolean theBoolean)
           
 void setCar(ConfValue theCar)
           
 void setCdr(ConfValue theCdr)
           
 void setDouble(double theDouble)
           
 void setInt(int theInt)
           
 void setList(java.util.List theList)
           
 void setListType(ConfValueType type)
           
 void setSchema(ConfSchema theSchema)
           
 void setString(java.lang.String theString)
           
 java.lang.String toString()
           
 
Methods inherited from class org.gnu.glib.MemStruct
getMemStructFromHandle
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfValue

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

Parameters:
type -

ConfValue

public ConfValue(org.gnu.glib.Handle handle)
Method Detail

getString

public java.lang.String getString()

setString

public void setString(java.lang.String theString)

getInt

public int getInt()

setInt

public void setInt(int theInt)

getDouble

public double getDouble()

setDouble

public void setDouble(double theDouble)

getBoolean

public boolean getBoolean()

setBoolean

public void setBoolean(boolean theBoolean)

getListType

public ConfValueType getListType()

setListType

public void setListType(ConfValueType type)

getList

public java.util.List getList()

setList

public void setList(java.util.List theList)

getCar

public ConfValue getCar()

setCar

public void setCar(ConfValue theCar)

getCdr

public ConfValue getCdr()

setCdr

public void setCdr(ConfValue theCdr)

getSchema

public ConfSchema getSchema()

setSchema

public void setSchema(ConfSchema theSchema)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object