org.gnu.gconf
public class ConfEntry extends MemStruct
Constructor Summary | |
---|---|
ConfEntry(String key, ConfValue value)
Construct a new ConfEntry object
| |
ConfEntry(Handle handle) |
Method Summary | |
---|---|
String | getKey()
Return the key field of the entry. |
String | getSchemaName() |
ConfValue | getValue()
Return the value field of the entry. |
boolean | isDefault()
Returns if the value in this entry is a default value. |
void | setIsDefault(boolean isDefault) |
void | setSchemaName(String name) |
void | setValue(ConfValue value) |
ConfValue | stealValue()
Extract the value from this ConfEntry leaving the value set to null. |
Parameters: key value