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 StringgetDescription()Deprecated.Get the object's description.StringgetName()Deprecated.Get the object's nameObjectgetValue()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.Description copied from interface:NamedObjectGet the object's name- Specified by:
getNamein interfaceNamedObject- Returns:
- object's name
-
getDescription
public String getDescription()
Deprecated.Description copied from interface:NamedObjectGet the object's description. Use as a tooltip, for example- Specified by:
getDescriptionin interfaceNamedObject- Returns:
- object's description
-
getValue
public Object getValue()
Deprecated.- Specified by:
getValuein interfaceNamedObject
-
-