|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdods.dap.BaseType
dods.dap.DInt16
dods.dap.DUInt16
Holds a DODS UInt16 value.
BaseType| Constructor Summary | |
DUInt16()
Constructs a new DUInt16. |
|
DUInt16(String n)
Constructs a new DUInt16 with name n. |
|
| Method Summary | |
String |
getTypeName()
Returns the DODS type name of the class instance as a String. |
PrimitiveVector |
newPrimitiveVector()
Constructs a new UInt16PrimitiveVector. |
void |
printVal(PrintWriter os,
String space,
boolean print_decl_p)
Prints the value of the variable, with its declaration. |
| Methods inherited from class dods.dap.DInt16 |
deserialize, externalize, getValue, setValue |
| Methods inherited from class dods.dap.BaseType |
checkSemantics, checkSemantics, clone, elementCount, elementCount, getLongName, getName, getParent, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, setName, setParent |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DUInt16()
DUInt16.
public DUInt16(String n)
DUInt16 with name n.
n - the name of the variable.| Method Detail |
public PrimitiveVector newPrimitiveVector()
UInt16PrimitiveVector.
newPrimitiveVector in class DInt16UInt16PrimitiveVector.public String getTypeName()
String.
getTypeName in class DInt16String.
public void printVal(PrintWriter os,
String space,
boolean print_decl_p)
printVal in class DInt16os - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||