Package dap4.core.dmr
Class DapDimension
- java.lang.Object
-
- dap4.core.dmr.DapNode
-
- dap4.core.dmr.DapDimension
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
isshared
protected boolean
isunlimited
protected long
size
static long
UNDEFINED
-
Fields inherited from class dap4.core.dmr.DapNode
annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes
-
-
Constructor Summary
Constructors Constructor Description DapDimension()
DapDimension(long size)
DapDimension(String name)
DapDimension(String name, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
long
getSize()
boolean
isShared()
boolean
isUnlimited()
void
setShared(boolean tf)
void
setSize(long size)
void
setUnlimited(boolean tf)
String
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
-
-
-
-
Field Detail
-
UNDEFINED
public static final long UNDEFINED
- See Also:
- Constant Field Values
-
size
protected long size
-
isshared
protected boolean isshared
-
isunlimited
protected boolean isunlimited
-
-