| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isshared |
protected boolean |
isunlimited |
protected long |
size |
static long |
UNDEFINED |
annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes| Constructor and Description |
|---|
DapDimension() |
DapDimension(long size) |
DapDimension(String name) |
DapDimension(String name,
long size) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
long |
getSize() |
boolean |
isShared() |
boolean |
isUnlimited() |
void |
setShared(boolean tf) |
void |
setSize(long size) |
void |
setUnlimited(boolean tf) |
String |
toString() |
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, setSortpublic static final long UNDEFINED
protected long size
protected boolean isshared
protected boolean isunlimited
public DapDimension()
public DapDimension(String name)
public DapDimension(String name, long size)
public DapDimension(long size)