ucar.nc2.util
Interface NamedObject


public interface NamedObject

An object that has a name and a description.

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

Returns:
object's name

getDescription

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

Returns:
object's description