public static class Grib2TableViewer2.TableBean extends Object implements Comparable<Grib2TableViewer2.TableBean>
| Constructor and Description |
|---|
TableBean() |
TableBean(ucar.nc2.grib.grib2.table.Grib2Tables table) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Grib2TableViewer2.TableBean o) |
int |
getCenter() |
int |
getGenProcessId() |
int |
getLocalVersion() |
int |
getMasterVersion() |
String |
getName() |
String |
getPath() |
int |
getSubcenter() |
String |
getType() |
String |
getWmoName() |
public TableBean()
public TableBean(ucar.nc2.grib.grib2.table.Grib2Tables table)
public String getName()
public String getWmoName()
public int getCenter()
public int getSubcenter()
public int getMasterVersion()
public int getLocalVersion()
public int getGenProcessId()
public String getPath()
public String getType()
public int compareTo(Grib2TableViewer2.TableBean o)
compareTo in interface Comparable<Grib2TableViewer2.TableBean>