Package ucar.nc2.grib.grib2.table
Class WmoCodeFlagTables.WmoTable.WmoEntry
- java.lang.Object
-
- ucar.nc2.grib.grib2.table.WmoCodeFlagTables.WmoTable.WmoEntry
-
- Enclosing class:
- WmoCodeFlagTables.WmoTable
public class WmoCodeFlagTables.WmoTable.WmoEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCategory()
String
getCode()
int
getDiscipline()
String
getId()
int
getLine()
String
getMeaning()
String
getName()
int
getNumber()
int
getStart()
String
getStatus()
int
getStop()
String
getUnit()
int
getValue()
-
-
-
Method Detail
-
getLine
public int getLine()
-
getStart
public int getStart()
-
getStop
public int getStop()
-
getNumber
public int getNumber()
-
getValue
public int getValue()
-
getCode
public String getCode()
-
getMeaning
public String getMeaning()
-
getName
public String getName()
-
getUnit
public String getUnit()
-
getStatus
public String getStatus()
-
getId
public String getId()
-
getCategory
public int getCategory()
-
getDiscipline
public int getDiscipline()
-
-