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 6NamedObject implementation- Since:
- Apr 1, 2010
-
-
Constructor Summary
Constructors Constructor Description NamedAnything(Object value, String desc)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDescription()
Deprecated.Get the object's description.String
getName()
Deprecated.Get the object's nameObject
getValue()
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.Description copied from interface:NamedObject
Get the object's name- Specified by:
getName
in interfaceNamedObject
- 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 interfaceNamedObject
- Returns:
- object's description
-
getValue
public Object getValue()
Deprecated.- Specified by:
getValue
in interfaceNamedObject
-
-