opendap.dap
Class DList

java.lang.Object
  extended by opendap.dap.BaseType
      extended by opendap.dap.DVector
          extended by opendap.dap.DList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ClientIO
Direct Known Subclasses:
SDList

public class DList
extends DVector

This class implements a simple list of OPeNDAP data types. A list is a simple sequence of data items, without the sophisticated subsetting and array indexing features of an Array.

OPeNDAP does not support Lists of Lists. This restriction is enforced by the DDS parser.

Version:
$Revision: 23881 $
Author:
jehamby
See Also:
BaseType, DVector, Serialized Form

Constructor Summary
DList()
          Constructs a new DList.
DList(java.lang.String n)
          Constructs a new DList with the given name.
 
Method Summary
 java.lang.String getTypeName()
          Returns the OPeNDAP type name of the class instance as a String.
 
Methods inherited from class opendap.dap.DVector
addVariable, clone, deserialize, externalize, getLength, getPrimitiveVector, printDecl, printVal, setLength
 
Methods inherited from class opendap.dap.BaseType
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getClearName, getLongName, getName, getParent, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, printXML, setClearName, setName, setParent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DList

public DList()
Constructs a new DList.


DList

public DList(java.lang.String n)
Constructs a new DList with the given name.

Parameters:
n - the name of the variable.
Method Detail

getTypeName

public java.lang.String getTypeName()
Returns the OPeNDAP type name of the class instance as a String.

Overrides:
getTypeName in class DVector
Returns:
the OPeNDAP type name of the class instance as a String.