ucar.nc2.util
Interface NamedObject

All Known Implementing Classes:
CoordinateAxis1D.NamedAnything, GeoGrid, GeoGrid

public interface NamedObject

An object that has a name and a description.

Version:
$Revision:63 $ $Date:2006-07-12 21:50:51Z $
Author:
caron

Method Summary
 java.lang.String getDescription()
          Get the object's description.
 java.lang.String getName()
          Get the object's name
 

Method Detail

getName

java.lang.String getName()
Get the object's name


getDescription

java.lang.String getDescription()
Get the object's description. Use as a tooltip, for example