|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.BaseType
opendap.dap.DVector
opendap.dap.DList
public class DList
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.
BaseType
,
DVector
,
Serialized FormConstructor 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 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 |