Package ucar.util
Interface NamedObject
-
public interface NamedObjectAn object that has a name and a description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Get the object's description.StringgetName()Get the object's nameObjectgetValue()
-