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 SaSystemSettingType
klass
- classSaSystemSettingType
instance<T extends SaSystemSettingType> void setEntry(Class<T> klass, T setting)
T
- specialized SaSystemSettingType
klass
- classsetting
- the concrete SaSystemSettingType
instance<T extends SaSystemSettingType> boolean hasEntry(Class<T> klass)
T
- specialized SaSystemSettingType
klass
- classtrue
if a system setting exists to the given key,
otherwise false
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.