Modifier and Type | Field and Description |
---|---|
static long |
UNDEFINED |
static long |
VARIABLELENGTH |
static DapDimension |
VLEN |
attributes, dataset, escapedname, fqn, index, parent, shortname, sort
Constructor and Description |
---|
DapDimension() |
DapDimension(long size) |
DapDimension(java.lang.String name) |
DapDimension(java.lang.String name,
long size) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
long |
getSize() |
boolean |
isShared() |
boolean |
isVariableLength() |
void |
setShared(boolean tf) |
void |
setSize(long size) |
java.lang.String |
toString() |
addAttribute, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, isTopLevel, removeAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort
public static final long VARIABLELENGTH
public static final long UNDEFINED
public static final DapDimension VLEN
public DapDimension()
public DapDimension(java.lang.String name)
public DapDimension(java.lang.String name, long size)
public DapDimension(long size)