public class UInt16PrimitiveVector extends Int16PrimitiveVector
PrimitiveVector,
Serialized FormDAPNode.CloneMap_nameClear, _nameEncoded| Constructor and Description |
|---|
UInt16PrimitiveVector(BaseType var)
Constructs a new
UInt16PrimitiveVector. |
| Modifier and Type | Method and Description |
|---|---|
void |
printSingleVal(PrintWriter os,
int index)
Prints the value of a single variable in this vector.
|
void |
printVal(PrintWriter os,
String space)
Prints the value of all variables in this vector.
|
cloneDAG, deserialize, externalize, externalize, getInternalStorage, getLength, getValue, printVal, setInternalStorage, setLength, setValue, subsetgetTemplate, getTypeName, printDecl, printDeclclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setClearName, setEncodedName, setParent, setProject, setProject, setProjectedpublic UInt16PrimitiveVector(BaseType var)
UInt16PrimitiveVector.public void printVal(PrintWriter os, String space)
printVal in class Int16PrimitiveVectoros - the PrintWriter on which to print the value.space - this value is passed to the printDecl method,
and controls the leading spaces of the output.BaseType.printVal(PrintWriter, String, boolean)public void printSingleVal(PrintWriter os, int index)
DArray's printVal method.printSingleVal in class Int16PrimitiveVectoros - the PrintWriter on which to print the value.index - the index of the variable to print.DArray.printVal(PrintWriter, String, boolean)Copyright © 1999-2012 OPeNDAP. All Rights Reserved.