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>namespaceListstatic StringUCARTAGOPAQUEstatic StringUCARTAGORIGTYPEstatic StringUCARTAGUNLIMITEDstatic StringUCARTAGVLENprotected 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
-
-
-
-
Field Detail
-
UCARTAGOPAQUE
public static final String UCARTAGOPAQUE
- See Also:
- Constant Field Values
-
UCARTAGUNLIMITED
public static final String UCARTAGUNLIMITED
- See Also:
- Constant Field Values
-
UCARTAGVLEN
public static final String UCARTAGVLEN
- See Also:
- Constant Field Values
-
UCARTAGORIGTYPE
public static final String UCARTAGORIGTYPE
- See Also:
- Constant Field Values
-
basetype
protected DapType basetype
-
valuelist
protected String[] valuelist
-
-