ucar.nc2.iosp.bufr.tables
Class CodeFlagTables

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.CodeFlagTables

public class CodeFlagTables
extends java.lang.Object

Since:
Jul 12, 2008
Author:
caron

Method Summary
 java.util.Map<java.lang.Integer,java.lang.String> getMap()
           
 java.lang.String getName()
           
static CodeFlagTables getTable(short id)
           
static boolean hasTable(short id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTable

public static CodeFlagTables getTable(short id)

hasTable

public static boolean hasTable(short id)

getName

public java.lang.String getName()

getMap

public java.util.Map<java.lang.Integer,java.lang.String> getMap()