public class D4DataRecord extends D4DataVariable implements DataRecord
| Modifier and Type | Field and Description |
|---|---|
protected D4DataVariable[] |
fields |
protected D4DataSequence |
parent |
protected int |
recno |
dspsort, template| Constructor and Description |
|---|
D4DataRecord(D4DSP dsp,
DapSequence dap,
D4DataSequence parent,
int recno) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(int mindex,
D4DataVariable ddv) |
DataVariable |
readfield(int i) |
DataVariable |
readfield(java.lang.String shortname) |
getDSPgetVariablecomputesort, getSort, getTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVariablegetSort, getTemplateprotected D4DataSequence parent
protected int recno
protected D4DataVariable[] fields
public D4DataRecord(D4DSP dsp, DapSequence dap, D4DataSequence parent, int recno) throws DataException
DataExceptionpublic void addField(int mindex,
D4DataVariable ddv)
throws DataException
DataExceptionpublic DataVariable readfield(int i) throws DataException
readfield in interface DataStructureDataExceptionpublic DataVariable readfield(java.lang.String shortname) throws DataException
readfield in interface DataStructureDataException