Package ucar.nc2.iosp.bufr.tables
Class CodeFlagTables
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.CodeFlagTables
-
public class CodeFlagTables extends Object
Read BUFR Code / Flag tables.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
fxy()
short
getId()
Map<Integer,String>
getMap()
String
getName()
static CodeFlagTables
getTable(short id)
static Map<Short,CodeFlagTables>
getTables()
static boolean
hasTable(short id)
String
toString()
-
-
-
Method Detail
-
getTable
public static CodeFlagTables getTable(short id)
-
hasTable
public static boolean hasTable(short id)
-
getTables
public static Map<Short,CodeFlagTables> getTables()
-
getName
public String getName()
-
getId
public short getId()
-
fxy
public String fxy()
-
-