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 booleanissharedprotected booleanisunlimitedprotected longsizestatic longUNDEFINED-
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 Objectclone()longgetSize()booleanisShared()booleanisUnlimited()voidsetShared(boolean tf)voidsetSize(long size)voidsetUnlimited(boolean tf)StringtoString()-
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
-
-