|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.MemStruct
org.gnu.gconf.ConfValue
org.gnome.gconf.ConfValue
.
public class ConfValue
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 |
---|
public ConfValue(ConfValueType type)
type
- public ConfValue(org.gnu.glib.Handle handle)
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String theString)
public int getInt()
public void setInt(int theInt)
public double getDouble()
public void setDouble(double theDouble)
public boolean getBoolean()
public void setBoolean(boolean theBoolean)
public ConfValueType getListType()
public void setListType(ConfValueType type)
public java.util.List getList()
public void setList(java.util.List theList)
public ConfValue getCar()
public void setCar(ConfValue theCar)
public ConfValue getCdr()
public void setCdr(ConfValue theCdr)
public ConfSchema getSchema()
public void setSchema(ConfSchema theSchema)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |