com.acesoft.aceoffix
Class DataFieldReqCollection

java.lang.Object
  extended by com.acesoft.aceoffix.DataFieldReqCollection

public class DataFieldReqCollection
extends java.lang.Object

Represents a collection of ExcelReqDataField items. Each row represents a unique record, and each column represents a field within the record. The collection represents a data record in ExcelReqTableRange object.

Version:
3.0
Author:
Acesoft Corporation

Method Summary
 ExcelReqDataField get(int index)
          Gets the DataField item at the specified index.
 boolean getIsEmpty()
          Returns whether all the DataFields in the current record are empty values.
 java.lang.String getKeyValue()
          Gets the value of the key field of the current record.
 int size()
          Gets the number of DataField items.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Gets the number of DataField items.


get

public ExcelReqDataField get(int index)
Gets the DataField item at the specified index.

Parameters:
index - The zero-based index of the DataField item.

getKeyValue

public java.lang.String getKeyValue()
Gets the value of the key field of the current record.


getIsEmpty

public boolean getIsEmpty()
Returns whether all the DataFields in the current record are empty values.