Package ucar.nc2.ui.grib
Class Grib2TableViewer2.TableBean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib2TableViewer2.TableBean
-
- All Implemented Interfaces:
Comparable<Grib2TableViewer2.TableBean>
- Enclosing class:
- Grib2TableViewer2
public static class Grib2TableViewer2.TableBean extends Object implements Comparable<Grib2TableViewer2.TableBean>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Grib2TableViewer2.TableBean o)intgetCenter()intgetGenProcessId()intgetLocalVersion()intgetMasterVersion()StringgetName()StringgetPath()intgetSubcenter()StringgetType()StringgetWmoName()
-
-
-
Method Detail
-
getName
public String getName()
-
getWmoName
public String getWmoName()
-
getCenter
public int getCenter()
-
getSubcenter
public int getSubcenter()
-
getMasterVersion
public int getMasterVersion()
-
getLocalVersion
public int getLocalVersion()
-
getGenProcessId
public int getGenProcessId()
-
getPath
public String getPath()
-
getType
public String getType()
-
compareTo
public int compareTo(Grib2TableViewer2.TableBean o)
- Specified by:
compareToin interfaceComparable<Grib2TableViewer2.TableBean>
-
-