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>
-
-
Constructor Summary
Constructors Constructor Description TableBean()
TableBean(Grib2Tables table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Grib2TableViewer2.TableBean o)
int
getCenter()
int
getGenProcessId()
int
getLocalVersion()
int
getMasterVersion()
String
getName()
String
getPath()
int
getSubcenter()
String
getType()
String
getWmoName()
-
-
-
Constructor Detail
-
TableBean
public TableBean()
-
TableBean
public TableBean(Grib2Tables table)
-
-
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:
compareTo
in interfaceComparable<Grib2TableViewer2.TableBean>
-
-