ucar.nc2.iosp.bufr
Class CodeTable

java.lang.Object
  extended by ucar.nc2.iosp.bufr.CodeTable

public class CodeTable
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 CodeTable 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 CodeTable 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()