ucar.nc2.dataset
Class CoordinateAxis1D.NamedAnything

java.lang.Object
  extended by ucar.nc2.dataset.CoordinateAxis1D.NamedAnything
All Implemented Interfaces:
NamedObject
Enclosing class:
CoordinateAxis1D

protected static class CoordinateAxis1D.NamedAnything
extends java.lang.Object
implements NamedObject


Method Summary
 java.lang.String getDescription()
          Get the object's description.
 java.lang.String getName()
          Get the object's name
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedObject
Get the object's name

Specified by:
getName in interface NamedObject
Returns:
object's name

getDescription

public java.lang.String getDescription()
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 java.lang.String toString()
Overrides:
toString in class java.lang.Object