|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.rpc.holders.BigDecimalHolder
public final class BigDecimalHolder
Holder for BigDecimal
s.
Field Summary | |
---|---|
java.math.BigDecimal |
value
The BigDecimal contained by this holder. |
Constructor Summary | |
---|---|
BigDecimalHolder()
Make a new BigDecimalHolder with a null value. |
|
BigDecimalHolder(java.math.BigDecimal value)
Make a new BigDecimalHolder with value as
the value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.math.BigDecimal value
BigDecimal
contained by this holder.
Constructor Detail |
---|
public BigDecimalHolder()
BigDecimalHolder
with a null
value.
public BigDecimalHolder(java.math.BigDecimal value)
BigDecimalHolder
with value
as
the value.
value
- the BigDecimal
to hold
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |