public class DapAttribute extends DapNode
Modifier and Type | Field and Description |
---|---|
protected DapType |
basetype |
protected List<String> |
namespaceList |
protected List<Object> |
valuelist |
attributes, dataset, escapedname, fqn, index, parent, shortname, sort
Constructor and Description |
---|
DapAttribute() |
DapAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(String ns) |
void |
addValue(Object o) |
void |
clearValues() |
DapType |
getBaseType() |
List<String> |
getNamespaceList() |
List<Object> |
getValues() |
void |
setBaseType(DapType basetype) |
void |
setNamespaceList(List<String> list) |
addAttribute, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, isTopLevel, removeAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort, toString
protected DapType basetype
public DapAttribute()
public DapAttribute(String name)
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.