Package ucar.unidata.data.sounding
Class Link.End
java.lang.Object
ucar.unidata.data.sounding.Link.End
- All Implemented Interfaces:
Comparable
- Direct Known Subclasses:
RAOB.Contribution.End
- Enclosing class:
Link
Provides support for the end of a Link.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
End
Constructs.- Parameters:
name
- The name of the end of the link.
-
-
Method Details
-
getName
Gets the name of this end of the link.- Returns:
- The name of this end of the link.
-
compareTo
Compares this end to another end.- Specified by:
compareTo
in interfaceComparable
- Parameters:
that
- The other end.- Returns:
- A number that is less that, equal to, or greater than zero depending on whether this end is less than, equal to, or greater than the other end, respectively.
-