Package ucar.nc2.util
Interface NamedObject
-
- All Known Implementing Classes:
CoverageTable.CoverageBean
,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 String
getDescription()
Deprecated.Get the object's description.String
getName()
Deprecated.Get the object's nameObject
getValue()
Deprecated.
-