public interface Grib2FlagTableInterface
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Grib2FlagTableInterface.Entry |
| Modifier and Type | Method and 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() |
String getName()
String getShortName()
com.google.common.collect.ImmutableList<Grib2FlagTableInterface.Entry> getEntries()
Grib2FlagTableInterface.Entry getEntry(int code)
code - unsigned short.