Package dap4.core.dmr
Class DapEnumConst
- java.lang.Object
-
- dap4.core.dmr.DapNode
-
- dap4.core.dmr.DapEnumConst
-
public class DapEnumConst extends DapNode
-
-
Field Summary
Fields Modifier and Type Field Description protected Longvalue-
Fields inherited from class dap4.core.dmr.DapNode
annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes
-
-
Constructor Summary
Constructors Constructor Description DapEnumConst(String name, Long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntValue()ConvenienceDapTypegetParent()LonggetValue()-
Methods inherited from class dap4.core.dmr.DapNode
addAttribute, addXMLAttribute, annotate, annotation, computefqn, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getPath, getShortName, getSort, getXMLAttributes, isTopLevel, overrideParent, removeAttribute, removeXMLAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort, toString
-
-
-
-
Field Detail
-
value
protected Long value
-
-