ucar.nc2.util
Interface NamedObject

All Known Implementing Classes:
GeoGrid, NamedAnything

public interface NamedObject

An object that has a name and a description.

Author:
caron

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

Method Detail

getName

String getName()
Get the object's name

Returns:
object's name

getDescription

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

Returns:
object's description


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.