Package com.progress.open4gl
Class BigDecimalArrayHolder
java.lang.Object
com.progress.open4gl.Holder
com.progress.open4gl.BigDecimalArrayHolder
- All Implemented Interfaces:
Serializable
The BigDecimalArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT
BigDecimal[] values when the 4GL parameter type is DECIMAL EXTENT.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBigDecimalArrayHolder
(double[] value) BigDecimalArrayHolder
(BigDecimal[] value) -
Method Summary
-
Constructor Details
-
BigDecimalArrayHolder
public BigDecimalArrayHolder() -
BigDecimalArrayHolder
-
BigDecimalArrayHolder
public BigDecimalArrayHolder(double[] value)
-
-
Method Details
-
setBigDecimalArrayValue
-
getBigDecimalArrayValue
-