public abstract class Record extends Object
Modifier | Constructor and Description |
---|---|
protected |
Record(String line)
Build a record by parsing a source table line.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getField(int index)
Get one field from the parsed sourcetable.
|
protected int |
getFieldsNumber()
Get the number of fields.
|
String |
getMisc()
Get miscellaneous information.
|
abstract RecordType |
getRecordType()
Get the type of record.
|
protected Record(String line)
line
- source table linepublic abstract RecordType getRecordType()
protected int getFieldsNumber()
protected String getField(int index)
index
- field indexpublic String getMisc()
Copyright © 2002-2022 CS GROUP. All rights reserved.