Package ucar.nc2.util

Interface NamedObject

All Known Implementing Classes:
NamedAnything

@Deprecated public interface NamedObject
Deprecated.
will move in ver 6
An object that has a name and a description.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get the object's description.
    Deprecated.
    Get the object's name
    Deprecated.
     
  • Method Details

    • getName

      String getName()
      Deprecated.
      Get the object's name
      Returns:
      object's name
    • getDescription

      String getDescription()
      Deprecated.
      Get the object's description. Use as a tooltip, for example
      Returns:
      object's description
    • getValue

      Object getValue()
      Deprecated.