|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.dap.BaseType
dods.dap.DVector
dods.dap.DList
This class implements a simple list of DODS data types. A list is a simple sequence of data items, without the sophisticated subsetting and array indexing features of an Array.
DODS does not support Lists of Lists. This restriction is enforced by the DDS parser.
BaseType
,
DVector
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 DODS type name of the class instance as a String . |
Methods inherited from class dods.dap.DVector |
addVariable, clone, deserialize, externalize, getLength, getPrimitiveVector, printDecl, printVal, setLength |
Methods inherited from class dods.dap.BaseType |
checkSemantics, checkSemantics, elementCount, elementCount, getLongName, getName, getParent, newPrimitiveVector, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, setName, setParent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DList()
DList
.
public DList(java.lang.String n)
DList
with the given name.
n
- the name of the variable.Method Detail |
public java.lang.String getTypeName()
String
.
getTypeName
in class DVector
String
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |