com.progress.open4gl
Class BigDecimalArrayHolder
java.lang.Object
|
+--com.progress.open4gl.Holder
|
+--com.progress.open4gl.BigDecimalArrayHolder
- public class BigDecimalArrayHolder
- extends Holder
The BigDecimalArrayHolder class is used to pass OUTPUT and INPUT-OUTPUT
BigDecimal[] values when the 4GL parameter type is DECIMAL EXTENT.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigDecimalArrayHolder
public BigDecimalArrayHolder()
BigDecimalArrayHolder
public BigDecimalArrayHolder(java.math.BigDecimal[] value)
BigDecimalArrayHolder
public BigDecimalArrayHolder(double[] value)
getBigDecimalArrayValue
public java.math.BigDecimal[] getBigDecimalArrayValue()
setBigDecimalArrayValue
public void setBigDecimalArrayValue(java.math.BigDecimal[] value)