public class DapAttribute extends DapNode
| Modifier and Type | Field and Description |
|---|---|
protected DapType |
basetype |
protected List<String> |
namespaceList |
protected String[] |
valuelist |
annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes| Constructor and Description |
|---|
DapAttribute() |
DapAttribute(String name,
DapType basetype) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespace(String ns) |
void |
clearValues() |
DapType |
getBaseType() |
List<String> |
getNamespaceList() |
String[] |
getValues() |
void |
setBaseType(DapType basetype) |
void |
setNamespaceList(List<String> list) |
DapAttribute |
setValues(String[] o) |
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, toString