Package dap4.servlet

Class CDMDMR.CDMAttribute

java.lang.Object
dap4.core.dmr.DapNode
dap4.core.dmr.DapAttribute
dap4.servlet.CDMDMR.CDMAttribute
Enclosing class:
CDMDMR

public static class CDMDMR.CDMAttribute extends dap4.core.dmr.DapAttribute
  • Field Summary

    Fields inherited from class dap4.core.dmr.DapAttribute

    basetype, namespaceList, UCARTAGOPAQUE, UCARTAGORIGTYPE, UCARTAGUNLIMITED, UCARTAGVLEN, valuelist

    Fields inherited from class dap4.core.dmr.DapNode

    annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes
  • Constructor Summary

    Constructors
    Constructor
    Description
    CDMAttribute(String name, dap4.core.dmr.DapType basetype)
     
  • Method Summary

    Methods inherited from class dap4.core.dmr.DapAttribute

    addNamespace, clearValues, getBaseType, getNamespaceList, getValues, setBaseType, setNamespaceList, setValues

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CDMAttribute

      public CDMAttribute(String name, dap4.core.dmr.DapType basetype)