org.gnu.gconf
Class ConfSchema
java.lang.Object
org.gnu.glib.Struct
org.gnu.glib.MemStruct
org.gnu.gconf.ConfSchema
public class ConfSchema
- extends org.gnu.glib.MemStruct
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, toString, wait, wait, wait |
ConfSchema
public ConfSchema()
ConfSchema
public ConfSchema(org.gnu.glib.Handle handle)
getLocale
public java.lang.String getLocale()
setLocale
public void setLocale(java.lang.String locale)
getShortDescription
public java.lang.String getShortDescription()
setShortDescription
public void setShortDescription(java.lang.String desc)
getLongDescription
public java.lang.String getLongDescription()
setLongDescription
public void setLongDescription(java.lang.String desc)
getOwner
public java.lang.String getOwner()
setOwner
public void setOwner(java.lang.String owner)
getType
public ConfValueType getType()
setType
public void setType(ConfValueType type)
getListType
public ConfValueType getListType()
setListType
public void setListType(ConfValueType type)
getCarType
public ConfValueType getCarType()
setCarType
public void setCarType(ConfValueType type)
getCdrType
public ConfValueType getCdrType()
setCdrType
public void setCdrType(ConfValueType type)
getDefaultValue
public ConfValue getDefaultValue()
setDefaultValue
public void setDefaultValue(ConfValue value)