Uses of Class
dods.dap.DList

Packages that use DList
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 DList in dods.dap
 

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

Uses of DList in dods.dap.Server
 

Subclasses of DList in dods.dap.Server
 class SDList
          Holds a DODS Server List value.
 

Uses of DList in dods.servers.ascii
 

Subclasses of DList in dods.servers.ascii
 class asciiList
           
 

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

Uses of DList in dods.servers.sql
 

Subclasses of DList in dods.servers.sql
 class sqlList
          Holds a DODS Server sqlList value.
 

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

Uses of DList in dods.servers.test
 

Subclasses of DList in dods.servers.test
 class test_SDList
          Holds a DODS Server List value.
 

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

Uses of DList in dods.servers.www
 

Subclasses of DList in dods.servers.www
 class wwwList
           
 

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