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 void
addTable(TableB b)
TableB.Descriptor
getDescriptor(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:
getDescriptor
in classTableB
-
getDescriptors
public Collection<TableB.Descriptor> getDescriptors()
- Overrides:
getDescriptors
in classTableB
-
getKeys
public Collection<Short> getKeys()
-
-