Uses of Class
dods.dap.DUInt16

Packages that use DUInt16
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
 

Uses of DUInt16 in dods.dap
 

Methods in dods.dap that return DUInt16
 DUInt16 BaseTypeFactory.newDUInt16()
          Construct a new DUInt16.
 DUInt16 BaseTypeFactory.newDUInt16(java.lang.String n)
          Construct a new DUInt16 with name n.
 DUInt16 DefaultFactory.newDUInt16()
          Construct a new DUInt16.
 DUInt16 DefaultFactory.newDUInt16(java.lang.String n)
          Construct a new DUInt16 with name n.
 

Uses of DUInt16 in dods.dap.Server
 

Subclasses of DUInt16 in dods.dap.Server
 class SDUInt16
          Holds a DODS Server Unsigned Int16 value.
 

Uses of DUInt16 in dods.servers.ascii
 

Subclasses of DUInt16 in dods.servers.ascii
 class asciiUI16
           
 

Methods in dods.servers.ascii that return DUInt16
 DUInt16 asciiFactory.newDUInt16()
          Construct a new DUInt16.
 DUInt16 asciiFactory.newDUInt16(java.lang.String n)
          Construct a new DUInt16 with name n.
 

Uses of DUInt16 in dods.servers.sql
 

Subclasses of DUInt16 in dods.servers.sql
 class sqlUI16
          Holds a DODS Server sqlUI16 value.
 

Methods in dods.servers.sql that return DUInt16
 DUInt16 sqlServerFactory.newDUInt16()
          Construct a new DUInt16.
 DUInt16 sqlServerFactory.newDUInt16(java.lang.String n)
          Construct a new DUInt16 with name n.
 

Uses of DUInt16 in dods.servers.test
 

Subclasses of DUInt16 in dods.servers.test
 class test_SDUInt16
          Holds a DODS Server UInt16 value.
 

Methods in dods.servers.test that return DUInt16
 DUInt16 test_ServerFactory.newDUInt16()
          Construct a new DUInt16.
 DUInt16 test_ServerFactory.newDUInt16(java.lang.String n)
          Construct a new DUInt16 with name n.
 

Uses of DUInt16 in dods.servers.www
 

Subclasses of DUInt16 in dods.servers.www
 class wwwUI16
           
 

Methods in dods.servers.www that return DUInt16
 DUInt16 wwwFactory.newDUInt16()
          Construct a new DUInt16.
 DUInt16 wwwFactory.newDUInt16(java.lang.String n)
          Construct a new DUInt16 with name n.