Package ucar.nc2.grib.grib2.table
Class WmoFlagTable
- java.lang.Object
-
- ucar.nc2.grib.grib2.table.WmoFlagTable
-
- All Implemented Interfaces:
Grib2FlagTableInterface
public class WmoFlagTable extends Object implements Grib2FlagTableInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.grib.grib2.table.Grib2FlagTableInterface
Grib2FlagTableInterface.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<Grib2FlagTableInterface.Entry>
getEntries()
Grib2FlagTableInterface.Entry
getEntry(int code)
Find the Entry in this table with the given code.String
getName()
String
getShortName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceGrib2FlagTableInterface
-
getShortName
public String getShortName()
- Specified by:
getShortName
in interfaceGrib2FlagTableInterface
-
getEntries
public com.google.common.collect.ImmutableList<Grib2FlagTableInterface.Entry> getEntries()
- Specified by:
getEntries
in interfaceGrib2FlagTableInterface
-
getEntry
@Nullable public Grib2FlagTableInterface.Entry getEntry(int code)
Description copied from interface:Grib2FlagTableInterface
Find the Entry in this table with the given code.- Specified by:
getEntry
in interfaceGrib2FlagTableInterface
- Parameters:
code
- unsigned short.
-
-