Uses of Class
dods.dap.Attribute

Packages that use Attribute
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
 

Uses of Attribute in dods.dap
 

Methods in dods.dap that return Attribute
 Attribute AttributeTable.getAttribute(java.lang.String name)
          Returns the Attribute which matches name.
 

Constructors in dods.dap with parameters of type Attribute
Attribute(java.lang.String aliasedTo, Attribute attr)
          Construct an attribute aliased to the given name and contents.