jreceiver.common.callback.rec
Interface DsettingBool

All Superinterfaces:
Dsetting, Hashable
All Known Implementing Classes:
DsettingBoolRec

public interface DsettingBool
extends Dsetting

An interface describing a single menu item


Field Summary
static java.lang.String HKEY_BOOL_DEF_VALUE
           
static java.lang.String HKEY_BOOL_VALUE
           
 
Fields inherited from interface jreceiver.common.callback.rec.Dsetting
DSETTING_TYPE_BOOL, DSETTING_TYPE_INT, DSETTING_TYPE_LIST, DSETTING_TYPE_STR, DSETTING_TYPE_URL, HKEY_DSETTING_DESC, HKEY_DSETTING_ID, HKEY_DSETTING_IS_REQUIRED, HKEY_DSETTING_LOCALE_COUNTRY, HKEY_DSETTING_LOCALE_LANG, HKEY_DSETTING_NAME, HKEY_DSETTING_TYPE, OPTIONAL, REQUIRED
 
Method Summary
 boolean getDefaultValueBool()
           
 boolean getValueBool()
           
 void setDefaultValueBool(boolean val)
           
 void setValueBool(boolean val)
           
 
Methods inherited from interface jreceiver.common.callback.rec.Dsetting
getDefaultValue, getDesc, getId, getIsBoolSetting, getIsIntSetting, getIsListSetting, getIsRequired, getIsStrSetting, getIsUrlSetting, getLocale, getName, getType, getValue, setDefaultValue, setValue
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_BOOL_VALUE

public static final java.lang.String HKEY_BOOL_VALUE

HKEY_BOOL_DEF_VALUE

public static final java.lang.String HKEY_BOOL_DEF_VALUE
Method Detail

getValueBool

public boolean getValueBool()

setValueBool

public void setValueBool(boolean val)

getDefaultValueBool

public boolean getDefaultValueBool()

setDefaultValueBool

public void setDefaultValueBool(boolean val)


Copyright © 2001-2002 Reed Esau, All Rights Reserved.