Package ucar.nc2.util

Class NamedAnything

java.lang.Object
ucar.nc2.util.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 Details

    • NamedAnything

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getValue

      public Object getValue()
      Deprecated.
      Specified by:
      getValue in interface NamedObject