com.ths.csa
Class CSAVector

java.lang.Object
  |
  +--com.ths.csa.CSAVector

public class CSAVector
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2001 Company: Techhouse Software Co.


Constructor Summary
CSAVector(java.lang.String fieldName)
           
 
Method Summary
 java.lang.String getFieldName()
           
 int getGrandTotal()
           
 java.lang.Object getValueAt(int index)
           
 int getValueCount(int index)
           
 int getValueCount(java.lang.Object obj)
           
 int indexOf(java.lang.Object obj)
           
 void recordValue(java.lang.Object value)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSAVector

public CSAVector(java.lang.String fieldName)
Method Detail

recordValue

public void recordValue(java.lang.Object value)

getValueAt

public java.lang.Object getValueAt(int index)

indexOf

public int indexOf(java.lang.Object obj)

getValueCount

public int getValueCount(int index)

getValueCount

public int getValueCount(java.lang.Object obj)

getFieldName

public java.lang.String getFieldName()

size

public int size()

getGrandTotal

public int getGrandTotal()