public class D4DataRecord extends D4DataVariable implements DataRecord
Modifier and Type | Field and Description |
---|---|
protected D4DataVariable[] |
fields |
protected D4DataSequence |
parent |
protected int |
recno |
dsp
sort, 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) |
getDSP
getVariable
computesort, getSort, getTemplate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getVariable
getSort, getTemplate
protected D4DataSequence parent
protected int recno
protected D4DataVariable[] fields
public D4DataRecord(D4DSP dsp, DapSequence dap, D4DataSequence parent, int recno) throws DataException
DataException
public void addField(int mindex, D4DataVariable ddv) throws DataException
DataException
public DataVariable readfield(int i) throws DataException
readfield
in interface DataStructure
DataException
public DataVariable readfield(java.lang.String shortname) throws DataException
readfield
in interface DataStructure
DataException