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

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class probably may or may not have an equivalent in java-gnome 4.0; have a look for org.gnome.gconf.ConfValue.

public class ConfValue
extends org.gnu.glib.MemStruct

Represents a dynamically-typed value in GConf.


Constructor Summary
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.  
 
Method Summary
 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.  
 
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)
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.

Construct a new ConfValue object of the type provided.

Parameters:
type -

ConfValue

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

getString

public java.lang.String getString()
Deprecated. 

setString

public void setString(java.lang.String theString)
Deprecated. 

getInt

public int getInt()
Deprecated. 

setInt

public void setInt(int theInt)
Deprecated. 

getDouble

public double getDouble()
Deprecated. 

setDouble

public void setDouble(double theDouble)
Deprecated. 

getBoolean

public boolean getBoolean()
Deprecated. 

setBoolean

public void setBoolean(boolean theBoolean)
Deprecated. 

getListType

public ConfValueType getListType()
Deprecated. 

setListType

public void setListType(ConfValueType type)
Deprecated. 

getList

public java.util.List getList()
Deprecated. 

setList

public void setList(java.util.List theList)
Deprecated. 

getCar

public ConfValue getCar()
Deprecated. 

setCar

public void setCar(ConfValue theCar)
Deprecated. 

getCdr

public ConfValue getCdr()
Deprecated. 

setCdr

public void setCdr(ConfValue theCdr)
Deprecated. 

getSchema

public ConfSchema getSchema()
Deprecated. 

setSchema

public void setSchema(ConfSchema theSchema)
Deprecated. 

toString

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