Package de.mhus.lib.core.cfg
Class CfgBoolean
- java.lang.Object
-
- de.mhus.lib.core.cfg.CfgValue<Boolean>
-
- de.mhus.lib.core.cfg.CfgBoolean
-
-
Constructor Summary
Constructors Constructor Description CfgBoolean(Object owner, String path, boolean def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BooleanloadValue()protected BooleanloadValue(String value)-
Methods inherited from class de.mhus.lib.core.cfg.CfgValue
equals, getCalling, getDefault, getOwner, getPath, getUpdated, isOwner, isOwner, onPostUpdate, onPreUpdate, setValue, toString, updateAction, value
-
-