Modifier and Type | Field and Description |
---|---|
BigDecimal |
value
The
BigDecimal contained by this holder. |
Constructor and Description |
---|
BigDecimalHolder()
Make a new
BigDecimalHolder with a null value. |
BigDecimalHolder(BigDecimal value)
Make a new
BigDecimalHolder with value as
the value. |
public BigDecimal value
BigDecimal
contained by this holder.public BigDecimalHolder()
BigDecimalHolder
with a null
value.public BigDecimalHolder(BigDecimal value)
BigDecimalHolder
with value
as
the value.value
- the BigDecimal
to holdCopyright © The Apache Software Foundation. All Rights Reserved.