org.gnu.gconf

Class ConfSchema


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)

Constructor Details

ConfSchema

public ConfSchema()

ConfSchema

public ConfSchema(Handle handle)

Method Details

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)