|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.excelreader.DataFieldCollection
public class DataFieldCollection
DataField collection. It represents a data record in Aceoffix.ExcelReader.Table object.
Method Summary | |
---|---|
DataField |
get(int index)
Gets the DataField object of the specified index. |
boolean |
getIsEmpty()
Gets a value that indicate whether the current record is empty. |
java.lang.String |
getKeyValue()
Gets the value of the key field of the current record. |
int |
size()
Gets the number of the DataField items. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public DataField get(int index)
index
- The index of the DataField. It starts from "0".public java.lang.String getKeyValue()
public boolean getIsEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |