|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SettingMode | |
---|---|
com.emarsys.ecommon.prefs.config | eCommon's Configuration API core classes (originally migrated from DW). |
com.emarsys.ecommon.prefs.config.backend | eCommon's Configuration API backends (originally migrated from DW). |
Uses of SettingMode in com.emarsys.ecommon.prefs.config |
---|
Fields in com.emarsys.ecommon.prefs.config declared as SettingMode | |
---|---|
protected SettingMode |
GenericSetting.mode
|
Methods in com.emarsys.ecommon.prefs.config that return SettingMode | |
---|---|
SettingMode |
ISetting.getMode()
Retrieves the SettingMode associated with the
ISetting . |
SettingMode |
GenericSetting.getMode()
|
static SettingMode |
SettingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SettingMode[] |
SettingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.emarsys.ecommon.prefs.config with parameters of type SettingMode | |
---|---|
void |
ISetting.setMode(SettingMode mode)
Set/updates the ISetting 's mode. |
void |
GenericSetting.setMode(SettingMode mode)
|
Constructors in com.emarsys.ecommon.prefs.config with parameters of type SettingMode | |
---|---|
GenericSetting(java.lang.String name,
java.lang.String value,
SettingMode mode)
|
Uses of SettingMode in com.emarsys.ecommon.prefs.config.backend |
---|
Fields in com.emarsys.ecommon.prefs.config.backend declared as SettingMode | |
---|---|
protected SettingMode |
ModeSettingConfigurationBackend.mode
|
Methods in com.emarsys.ecommon.prefs.config.backend that return SettingMode | |
---|---|
SettingMode |
FallbackDefaultConfigurationBackend.getMode(java.lang.String name)
|
Constructors in com.emarsys.ecommon.prefs.config.backend with parameters of type SettingMode | |
---|---|
ModeSettingConfigurationBackend(ConfigurationBackend backend,
SettingMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |