Class ConstantBooleanSetting
java.lang.Object
io.datarouter.storage.setting.constant.ConstantSetting<java.lang.Boolean>
io.datarouter.storage.setting.constant.ConstantBooleanSetting
- All Implemented Interfaces:
Setting<java.lang.Boolean>,BooleanSetting,java.util.function.Supplier<java.lang.Boolean>
public class ConstantBooleanSetting extends ConstantSetting<java.lang.Boolean> implements BooleanSetting
-
Field Summary
Fields Modifier and Type Field Description static ConstantBooleanSettingFALSEstatic ConstantBooleanSettingTRUE -
Constructor Summary
Constructors Constructor Description ConstantBooleanSetting(boolean value) -
Method Summary
Modifier and Type Method Description java.lang.Booleanget()Methods inherited from class io.datarouter.storage.setting.constant.ConstantSetting
getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.storage.setting.Setting
getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName, isValid