Package dap4.cdm.dsp
Class CDMDMR.CDMVariable
- java.lang.Object
-
- dap4.core.dmr.DapNode
-
- dap4.core.dmr.DapVariable
-
- dap4.cdm.dsp.CDMDMR.CDMVariable
-
- All Implemented Interfaces:
dap4.core.dmr.DapDecl
- Enclosing class:
- CDMDMR
public abstract static class CDMDMR.CDMVariable extends dap4.core.dmr.DapVariable
-
-
Constructor Summary
Constructors Constructor Description CDMVariable(String name, dap4.core.dmr.DapType t)
-
Method Summary
-
Methods inherited from class dap4.core.dmr.DapVariable
addDimension, addMap, getBaseType, getChecksum, getCount, getDimension, getDimensions, getFieldIndex, getMaps, getRank, getTrueBaseType, isAtomic, isCompound, isEnum, isLeaf, isSequence, isStructure, setBaseType, setChecksum, setFieldIndex, toString
-
Methods inherited from class dap4.core.dmr.DapNode
addAttribute, addXMLAttribute, annotate, annotation, computefqn, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, getXMLAttributes, isTopLevel, overrideParent, removeAttribute, removeXMLAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort
-
-
-
-
Constructor Detail
-
CDMVariable
public CDMVariable(String name, dap4.core.dmr.DapType t)
-
-