org.gnu.gconf
public class ConfValue extends MemStruct
Constructor Summary | |
---|---|
ConfValue(ConfValueType type)
Construct a new ConfValue object of the type provided.
| |
ConfValue(Handle handle) |
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() |
Parameters: type