public class DList extends DVector
BaseType
,
DVector
,
Serialized FormConstructor and Description |
---|
DList()
Constructs a new
DList . |
DList(java.lang.String n)
Constructs a new
DList with the given name. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeName()
Returns the OPeNDAP type name of the class instance as a
String . |
addVariable, clone, deserialize, externalize, getLength, getPrimitiveVector, printDecl, printVal, setLength
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
public DList()
DList
.public DList(java.lang.String n)
DList
with the given name.n
- the name of the variable.public java.lang.String getTypeName()
String
.getTypeName
in class DVector
String
.