public interface SaSystemSetting extends SaSetting
| Modifier and Type | Method and Description |
|---|---|
<T extends SaSystemSettingType> |
getEntry(Class<T> klass)
Returns the specific system setting.
|
<T extends SaSystemSettingType> |
hasEntry(Class<T> klass)
Checks, if the system setting for the given key exists.
|
<T extends SaSystemSettingType> |
setEntry(Class<T> klass,
T setting)
Sets the system setting.
|
getAccessKey<T extends SaSystemSettingType> T getEntry(Class<T> klass)
T - specialized SaSystemSettingTypeklass - classSaSystemSettingType instance<T extends SaSystemSettingType> void setEntry(Class<T> klass, T setting)
T - specialized SaSystemSettingTypeklass - classsetting - the concrete SaSystemSettingType instance<T extends SaSystemSettingType> boolean hasEntry(Class<T> klass)
T - specialized SaSystemSettingTypeklass - classtrue if a system setting exists to the given key,
otherwise falseCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.