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.EntrygetEntry(int code)Find the Entry in this table with the given code.StringgetName()StringgetShortName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceGrib2FlagTableInterface
-
getShortName
public String getShortName()
- Specified by:
getShortNamein interfaceGrib2FlagTableInterface
-
getEntries
public com.google.common.collect.ImmutableList<Grib2FlagTableInterface.Entry> getEntries()
- Specified by:
getEntriesin interfaceGrib2FlagTableInterface
-
getEntry
@Nullable public Grib2FlagTableInterface.Entry getEntry(int code)
Description copied from interface:Grib2FlagTableInterfaceFind the Entry in this table with the given code.- Specified by:
getEntryin interfaceGrib2FlagTableInterface- Parameters:
code- unsigned short.
-
-