public class D4DataStructure extends D4DataVariable implements DataStructure
| Modifier and Type | Field and Description |
|---|---|
protected D4DataVariable[] |
fielddata |
protected int |
index |
protected D4DataCompoundArray |
parent |
dspsort, 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) |
getDSPgetVariablecomputesort, getSort, getTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVariablegetSort, getTemplateprotected D4DataCompoundArray parent
protected int index
protected D4DataVariable[] fielddata
public D4DataStructure(D4DSP dsp, DapStructure dap, D4DataCompoundArray parent, int index) throws DataException
DataExceptionpublic void addField(int mindex,
D4DataVariable ddv)
public DataVariable readfield(java.lang.String name) throws DataException
readfield in interface DataStructureDataExceptionpublic DataVariable readfield(int index) throws DataException
readfield in interface DataStructureDataException