Package ucar.util

Interface NamedObject


  • public interface NamedObject
    An object that has a name and a description.
    • Method Detail

      • getName

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

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