public class DUInt16 extends DInt16
UInt16
value.BaseType
,
Serialized FormDAPNode.CloneMap
_nameClear, _nameEncoded, log
Constructor and Description |
---|
DUInt16()
Constructs a new
DUInt16 . |
DUInt16(java.lang.String n)
Constructs a new
DUInt16 with name n . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeName()
Returns the OPeNDAP type name of the class instance as a
String . |
PrimitiveVector |
newPrimitiveVector()
Constructs a new
UInt16PrimitiveVector . |
void |
printVal(java.io.PrintWriter os,
java.lang.String space,
boolean print_decl_p)
Prints the value of the variable, with its declaration.
|
deserialize, externalize, getValue, setValue
addAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, checkSemantics, cloneDAG, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, printAttributes, printAttributes, printAttributes, printAttributes, printConstraint, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, printXML, setClearName
clone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjected
public DUInt16()
DUInt16
.public DUInt16(java.lang.String n)
DUInt16
with name n
.n
- the name of the variable.public PrimitiveVector newPrimitiveVector()
UInt16PrimitiveVector
.newPrimitiveVector
in class DInt16
UInt16PrimitiveVector
.public java.lang.String getTypeName()
String
.getTypeName
in class DInt16
String
.public void printVal(java.io.PrintWriter os, java.lang.String space, boolean print_decl_p)
printVal
in class DInt16
os
- 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.print_decl_p
- a boolean value controlling whether the
variable declaration is printed as well as the value.BaseType.printVal(PrintWriter, String, boolean)