DAPNode.CloneMap
_nameClear, _nameEncoded, log
Constructor and Description |
---|
DUInt32()
Constructs a new
DUInt32 . |
DUInt32(java.lang.String n)
Constructs a new
DUInt32 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
UInt32PrimitiveVector . |
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 DUInt32()
DUInt32
.public DUInt32(java.lang.String n)
DUInt32
with name n
.n
- the name of the variable.public PrimitiveVector newPrimitiveVector()
UInt32PrimitiveVector
.newPrimitiveVector
in class DInt32
UInt32PrimitiveVector
.public java.lang.String getTypeName()
String
.getTypeName
in class DInt32
String
.public void printVal(java.io.PrintWriter os, java.lang.String space, boolean print_decl_p)
printVal
in class DInt32
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)