|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.zhuozhengsoft.pageoffice.excelreader.DataFieldCollection
public class DataFieldCollection
DataField 字段集合,代表 com.zhuozhengsoft.pageoffice.excelreader.Table 中当前记录行。
方法摘要 | |
---|---|
DataField |
get(int index)
获取指定索引的 DataField 字段对象。 |
boolean |
getIsEmpty()
获取当前记录行是否为空。 |
java.lang.String |
getKeyValue()
获取当前记录行的关键字段的值。 |
int |
size()
获取 DataField 数量。 |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public int size()
public DataField get(int index)
index
- DataField 的索引。从"0"开始。public java.lang.String getKeyValue()
public boolean getIsEmpty()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |