Package dap4.cdm.dsp
Class CDMDMR.CDMEnumeration
- java.lang.Object
-
- dap4.core.dmr.DapNode
-
- dap4.core.dmr.DapType
-
- dap4.core.dmr.DapEnumeration
-
- dap4.cdm.dsp.CDMDMR.CDMEnumeration
-
- All Implemented Interfaces:
dap4.core.dmr.DapDecl
- Enclosing class:
- CDMDMR
public static class CDMDMR.CDMEnumeration extends dap4.core.dmr.DapEnumeration
-
-
Constructor Summary
Constructors Constructor Description CDMEnumeration(String name, dap4.core.dmr.DapType basetype)
-
Method Summary
-
Methods inherited from class dap4.core.dmr.DapEnumeration
addEnumConst, convert, convert, findByName, getBaseType, getNames, lookup, lookup, setBaseType, setEnumConsts
-
Methods inherited from class dap4.core.dmr.DapType
getAtomicType, getSize, getTypeName, getTypeSort, isAtomic, isCharType, isCompound, isCompoundType, isEnumType, isFixedSize, isFloatType, isIntegerType, isLegalAttrType, isNumericType, isOpaqueType, isSeqType, isStringType, isStructType, isUnsigned, lookup, setTypeSort, vector, vectorget
-
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, toString
-
-
-
-
Constructor Detail
-
CDMEnumeration
public CDMEnumeration(String name, dap4.core.dmr.DapType basetype)
-
-