Uses of Class
opendap.dap.Attribute

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

Uses of Attribute in opendap.dap
 

Subclasses of Attribute in opendap.dap
 class Alias
          The Alias type is a special attribute.
 

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

Methods in opendap.dap with parameters of type Attribute
 void Alias.setMyAttribute(Attribute a)