Uses of Class
ucar.nc2.iosp.bufr.TableLookup.Mode

Packages that use TableLookup.Mode
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
 

Uses of TableLookup.Mode in ucar.nc2.iosp.bufr
 

Fields in ucar.nc2.iosp.bufr declared as TableLookup.Mode
 TableLookup.Mode TableLookup.mode
           
 

Methods in ucar.nc2.iosp.bufr that return TableLookup.Mode
 TableLookup.Mode TableLookup.getMode()
           
static TableLookup.Mode TableLookup.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableLookup.Mode[] TableLookup.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ucar.nc2.iosp.bufr with parameters of type TableLookup.Mode
 void TableLookup.setMode(TableLookup.Mode mode)