Package dap4.core.dmr
Class DapAttribute
- java.lang.Object
-
- dap4.core.dmr.DapNode
-
- dap4.core.dmr.DapAttribute
-
- Direct Known Subclasses:
DapAttributeSet,DapOtherXML
public class DapAttribute extends DapNode
-
-
Field Summary
Fields Modifier and Type Field Description protected DapTypebasetypeprotected List<String>namespaceListprotected String[]valuelist-
Fields inherited from class dap4.core.dmr.DapNode
annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes
-
-
Constructor Summary
Constructors Constructor Description DapAttribute()DapAttribute(String name, DapType basetype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNamespace(String ns)voidclearValues()DapTypegetBaseType()List<String>getNamespaceList()String[]getValues()voidsetBaseType(DapType basetype)voidsetNamespaceList(List<String> list)DapAttributesetValues(String[] o)-
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, toString
-
-