org.gnu.gconf

Class ConfSchema

public class ConfSchema extends MemStruct

Constructor Summary
ConfSchema()
ConfSchema(Handle handle)
Method Summary
ConfValueTypegetCarType()
ConfValueTypegetCdrType()
ConfValuegetDefaultValue()
ConfValueTypegetListType()
StringgetLocale()
StringgetLongDescription()
StringgetOwner()
StringgetShortDescription()
ConfValueTypegetType()
voidsetCarType(ConfValueType type)
voidsetCdrType(ConfValueType type)
voidsetDefaultValue(ConfValue value)
voidsetListType(ConfValueType type)
voidsetLocale(String locale)
voidsetLongDescription(String desc)
voidsetOwner(String owner)
voidsetShortDescription(String desc)
voidsetType(ConfValueType type)

Constructor Detail

ConfSchema

public ConfSchema()

ConfSchema

public ConfSchema(Handle handle)

Method Detail

getCarType

public ConfValueType getCarType()

getCdrType

public ConfValueType getCdrType()

getDefaultValue

public ConfValue getDefaultValue()

getListType

public ConfValueType getListType()

getLocale

public String getLocale()

getLongDescription

public String getLongDescription()

getOwner

public String getOwner()

getShortDescription

public String getShortDescription()

getType

public ConfValueType getType()

setCarType

public void setCarType(ConfValueType type)

setCdrType

public void setCdrType(ConfValueType type)

setDefaultValue

public void setDefaultValue(ConfValue value)

setListType

public void setListType(ConfValueType type)

setLocale

public void setLocale(String locale)

setLongDescription

public void setLongDescription(String desc)

setOwner

public void setOwner(String owner)

setShortDescription

public void setShortDescription(String desc)

setType

public void setType(ConfValueType type)