|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.FixedHolder
Field Summary | |
BigDecimal | value
The value held by the FixedHolder |
Constructor Summary | |
FixedHolder()
Construct the FixedHolder without initializing the contained value. |
|
FixedHolder(BigDecimal initial)
Construct the FixedHolder and initialize it with the given value. |
Methods inherited from class java.lang.Object | |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
Field Detail |
public BigDecimal value
Constructor Detail |
public FixedHolder()
public FixedHolder(BigDecimal initial)
initial
- the value used to initialize the FixedHolder
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |