Package ucar.nc2.ui.grib
Class Grib1TablesViewer.EntryBean
- java.lang.Object
-
- ucar.nc2.ui.grib.Grib1TablesViewer.EntryBean
-
- Enclosing class:
- Grib1TablesViewer
public static class Grib1TablesViewer.EntryBean extends Object
-
-
Constructor Summary
Constructors Constructor Description EntryBean()
EntryBean(Grib1Parameter param)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCFname()
String
getCleanUnit()
String
getDescription()
String
getName()
int
getNumber()
String
getUdunit()
String
getUnit()
String
getWMOdesc()
-
-
-
Constructor Detail
-
EntryBean
public EntryBean()
-
EntryBean
public EntryBean(Grib1Parameter param)
-
-
Method Detail
-
getName
public String getName()
-
getCFname
public String getCFname()
-
getWMOdesc
public String getWMOdesc()
-
getDescription
public String getDescription()
-
getUnit
public String getUnit()
-
getCleanUnit
public String getCleanUnit()
-
getUdunit
public String getUdunit()
-
getNumber
public int getNumber()
-
-