ucar.nc2.iosp.bufr.tables
Class CodeFlagTables

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

public class CodeFlagTables
extends Object

Read Code / Flag tables.

Since:
Jul 12, 2008
Author:
caron

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

Method Detail

getTable

public static CodeFlagTables getTable(short id)

hasTable

public static boolean hasTable(short id)

main

public static void main(String[] arg)
                 throws IOException
Throws:
IOException

getName

public String getName()

getMap

public Map<Integer,String> getMap()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.