ucar.nc2.iosp.bufr.tables
Class TableB

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.TableB
Direct Known Subclasses:
TableB.Composite

public class TableB
extends Object

BUFR Table B - Data descriptors

Since:
Sep 25, 2008
Author:
caron

Nested Class Summary
static class TableB.Composite
          Composite pattern - collection of TableB
 class TableB.Descriptor
           
 
Constructor Summary
TableB(String name, String location)
           
 
Method Summary
 TableB.Descriptor getDescriptor(short id)
           
 Collection<TableB.Descriptor> getDescriptors()
           
 Collection<Short> getKeys()
           
 String getLocation()
           
 String getName()
           
 void show(Formatter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableB

public TableB(String name,
              String location)
Method Detail

getName

public String getName()

getLocation

public String getLocation()

getDescriptor

public TableB.Descriptor getDescriptor(short id)

getDescriptors

public Collection<TableB.Descriptor> getDescriptors()

getKeys

public Collection<Short> getKeys()

show

public void show(Formatter out)


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