org.gnu.gconf
public class ConfSchema extends MemStruct
Constructor Summary | |
---|---|
ConfSchema() | |
ConfSchema(Handle handle) |
Method Summary | |
---|---|
ConfValueType | getCarType() |
ConfValueType | getCdrType() |
ConfValue | getDefaultValue() |
ConfValueType | getListType() |
String | getLocale() |
String | getLongDescription() |
String | getOwner() |
String | getShortDescription() |
ConfValueType | getType() |
void | setCarType(ConfValueType type) |
void | setCdrType(ConfValueType type) |
void | setDefaultValue(ConfValue value) |
void | setListType(ConfValueType type) |
void | setLocale(String locale) |
void | setLongDescription(String desc) |
void | setOwner(String owner) |
void | setShortDescription(String desc) |
void | setType(ConfValueType type) |