Package ucar.nc2.iosp.bufr.tables
Class TableB.Composite
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.TableB
-
- ucar.nc2.iosp.bufr.tables.TableB.Composite
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.iosp.bufr.tables.TableB
TableB.Composite, TableB.Descriptor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTable(TableB b)TableB.DescriptorgetDescriptor(short id)Collection<TableB.Descriptor>getDescriptors()Collection<Short>getKeys()-
Methods inherited from class ucar.nc2.iosp.bufr.tables.TableB
addDescriptor, getLocation, getName, show
-
-
-
-
Method Detail
-
addTable
public void addTable(TableB b)
-
getDescriptor
public TableB.Descriptor getDescriptor(short id)
- Overrides:
getDescriptorin classTableB
-
getDescriptors
public Collection<TableB.Descriptor> getDescriptors()
- Overrides:
getDescriptorsin classTableB
-
getKeys
public Collection<Short> getKeys()
-
-