public abstract class Record extends Object
Modifier | Constructor and Description |
---|---|
protected |
Record(String line)
通过解析源表行构建记录。
|
Modifier and Type | Method and Description |
---|---|
protected String |
getField(int index)
从解析后的源表中获取一个字段。
|
protected int |
getFieldsNumber()
获取字段数量。
|
String |
getMisc()
获取其他信息。
|
abstract RecordType |
getRecordType()
获取记录类型。
|
protected Record(String line)
line
- 源表行
public abstract RecordType getRecordType()
protected int getFieldsNumber()
protected String getField(int index)
index
- 字段索引
public String getMisc()
Copyright © 2002-2023 CS GROUP. All rights reserved.