SCCT.JavaSubscriber
Class SCCT_2DArrayPackage

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_AbstractPackage
      extended by SCCT.JavaSubscriber.SCCT_AbstractDataPackage
          extended by SCCT.JavaSubscriber.SCCT_2DArrayPackage
Direct Known Subclasses:
SCCT_2DBoolArray, SCCT_2DDoubleArray, SCCT_2DFloatArray, SCCT_2DIntegerArray, SCCT_2DLongArray, SCCT_2DShortArray, SCCT_2DStringArray

public abstract class SCCT_2DArrayPackage
extends SCCT_AbstractDataPackage

This class is an abstract representation of any types of array packages. Array packages inherit from it.


Nested Class Summary
static class SCCT_2DArrayPackage.SCCT_ArrayType
          Enum of all supported array types.
 
Method Summary
 int geColumnCount()
           
 SCCT_2DArrayPackage.SCCT_ArrayType getArrayType()
          Returns the type of the array.
 short getFilterId()
           
 int getRowCount()
           
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractDataPackage
getSourceDescription, getSourceId
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage
getCalendar, getPackageNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getArrayType

public SCCT_2DArrayPackage.SCCT_ArrayType getArrayType()
Returns the type of the array.

Returns:
The value of SCCT_ArrayType enum representing the array type.

getRowCount

public int getRowCount()

geColumnCount

public int geColumnCount()

getFilterId

public short getFilterId()