Package de.mhus.lib.core.cfg
Class CfgBigDecimal
- java.lang.Object
-
- de.mhus.lib.core.cfg.CfgValue<BigDecimal>
-
- de.mhus.lib.core.cfg.CfgBigDecimal
-
public class CfgBigDecimal extends CfgValue<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description CfgBigDecimal(Object owner, String path, BigDecimal def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BigDecimalloadValue()protected BigDecimalloadValue(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
-
-
-
-
Constructor Detail
-
CfgBigDecimal
public CfgBigDecimal(Object owner, String path, BigDecimal def)
-
-
Method Detail
-
loadValue
protected BigDecimal loadValue()
- Specified by:
loadValuein classCfgValue<BigDecimal>
-
loadValue
protected BigDecimal loadValue(String value)
- Specified by:
loadValuein classCfgValue<BigDecimal>
-
-