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.
|
java.lang.String |
getName() |
java.lang.String |
getShortName() |
java.lang.String getName()
java.lang.String getShortName()
com.google.common.collect.ImmutableList<Grib2FlagTableInterface.Entry> getEntries()
Grib2FlagTableInterface.Entry getEntry(int code)
code
- unsigned short.