public class WmoCodeFlagTables
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WmoCodeFlagTables.TableType |
static class |
WmoCodeFlagTables.Version |
static class |
WmoCodeFlagTables.WmoTable |
Modifier and Type | Field and Description |
---|---|
static WmoCodeFlagTables.Version |
standard |
Constructor and Description |
---|
WmoCodeFlagTables() |
Modifier and Type | Method and Description |
---|---|
WmoCodeTable |
getCodeTable(int m1,
int m2) |
WmoCodeTable |
getCodeTable(java.lang.String tableName) |
static WmoCodeFlagTables |
getInstance() |
WmoParamTable |
getParamTable(int discipline,
int category) |
WmoCodeFlagTables.TableType |
getTableType(java.lang.String tableName) |
com.google.common.collect.ImmutableList<WmoCodeFlagTables.WmoTable> |
getWmoTables() |
public static final WmoCodeFlagTables.Version standard
public static WmoCodeFlagTables getInstance()
public com.google.common.collect.ImmutableList<WmoCodeFlagTables.WmoTable> getWmoTables()
@Nullable public WmoCodeFlagTables.TableType getTableType(java.lang.String tableName)
@Nullable public WmoCodeTable getCodeTable(java.lang.String tableName)
@Nullable public WmoCodeTable getCodeTable(int m1, int m2)
@Nullable public WmoParamTable getParamTable(int discipline, int category)