isql.array
Class BooleanArray

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

public class BooleanArray
extends InputArray

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

Constructor Summary
BooleanArray(java.lang.Boolean[] arrBoolean)
           
 
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

BooleanArray

public BooleanArray(java.lang.Boolean[] arrBoolean)