Package ucar.nc2.util
Interface NamedObject
-
- All Known Implementing Classes:
GeoGrid,NamedAnything
@Deprecated public interface NamedObject
Deprecated.will move in ver 6An object that has a name and a description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetDescription()Deprecated.Get the object's description.StringgetName()Deprecated.Get the object's nameObjectgetValue()Deprecated.
-