isql.array
Class NumericArray

java.lang.Object
  extended by isql.array.Array
      extended by isql.array.InputArray
          extended by isql.array.NumericArray
All Implemented Interfaces:
ITypedValue

public class NumericArray
extends InputArray

Author:
SHZ Apr 11, 2008 Makes safe that it is possible to find out that the array is of type NUMERIC

Constructor Summary
NumericArray(java.lang.Double[] arrDouble)
           
 
Method Summary
 
Methods inherited from class isql.array.Array
getArray, getSize, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericArray

public NumericArray(java.lang.Double[] arrDouble)