Class BigDecimalValue
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.values.impl.BigDecimalValue
-
- All Implemented Interfaces:
Value<BigDecimal>
public class BigDecimalValue extends Object implements Value<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalValue()BigDecimalValue(BigDecimal value)BigDecimalValue(BigDecimalValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BigDecimalgetValue()inthashCode()voidsetValue(String value)voidsetValue(BigDecimal value)
-
-
-
Constructor Detail
-
BigDecimalValue
public BigDecimalValue()
-
BigDecimalValue
public BigDecimalValue(BigDecimal value)
-
BigDecimalValue
public BigDecimalValue(BigDecimalValue value)
-
-
Method Detail
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceValue<BigDecimal>
-
setValue
public void setValue(BigDecimal value)
- Specified by:
setValuein interfaceValue<BigDecimal>
-
getValue
public BigDecimal getValue()
- Specified by:
getValuein interfaceValue<BigDecimal>
-
-