Package ucar.nc2.util

Interface NamedObject

  • All Known Implementing Classes:
    GeoGrid, NamedAnything

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

      • 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.