Uses of Enum Class
rekit.persistence.level.SettingKey
Packages that use SettingKey
-
Uses of SettingKey in rekit.persistence.level
Methods in rekit.persistence.level that return SettingKeyModifier and TypeMethodDescriptionstatic final SettingKey
SettingKey.getByString
(String id) Find SettingKey by id.static SettingKey
Returns the enum constant of this class with the specified name.static SettingKey[]
SettingKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rekit.persistence.level with parameters of type SettingKeyModifier and TypeMethodDescriptionLevelDefinition.getSetting
(SettingKey key) Get setting by key.boolean
LevelDefinition.isSettingSet
(SettingKey key) Check whether a setting is set (== if setting is "true" or "false", return whether it is "true", otherwise return true if setting is set to a value)