Package ucar.nc2.util

Class NamedAnything

  • All Implemented Interfaces:
    NamedObject

    @Deprecated
    public class NamedAnything
    extends Object
    implements NamedObject
    Deprecated.
    will move in ver 6
    NamedObject implementation
    Since:
    Apr 1, 2010
    • Constructor Detail

      • NamedAnything

        public NamedAnything​(Object value,
                             String desc)
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Description copied from interface: NamedObject
        Get the object's name
        Specified by:
        getName in interface NamedObject
        Returns:
        object's name
      • getDescription

        public String getDescription()
        Deprecated.
        Description copied from interface: NamedObject
        Get the object's description. Use as a tooltip, for example
        Specified by:
        getDescription in interface NamedObject
        Returns:
        object's description