public class D4DataStructure extends D4DataVariable implements DataStructure
Modifier and Type | Field and Description |
---|---|
protected D4DataVariable[] |
fielddata |
protected int |
index |
protected D4DataCompoundArray |
parent |
dsp
sort, template
Constructor and Description |
---|
D4DataStructure(D4DSP dsp,
DapStructure dap,
D4DataCompoundArray parent,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
addField(int mindex,
D4DataVariable ddv) |
DataVariable |
readfield(int index) |
DataVariable |
readfield(java.lang.String name) |
getDSP
getVariable
computesort, getSort, getTemplate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getVariable
getSort, getTemplate
protected D4DataCompoundArray parent
protected int index
protected D4DataVariable[] fielddata
public D4DataStructure(D4DSP dsp, DapStructure dap, D4DataCompoundArray parent, int index) throws DataException
DataException
public void addField(int mindex, D4DataVariable ddv)
public DataVariable readfield(java.lang.String name) throws DataException
readfield
in interface DataStructure
DataException
public DataVariable readfield(int index) throws DataException
readfield
in interface DataStructure
DataException