Package ucar.nc2.iosp.bufr.tables
Class BufrTables.TableConfig
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.BufrTables.TableConfig
-
- Enclosing class:
- BufrTables
public static class BufrTables.TableConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description TableConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufrTables.Mode
getMode()
String
getName()
BufrTables.Format
getTableBformat()
String
getTableBname()
BufrTables.Format
getTableDformat()
String
getTableDname()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getTableBformat
public BufrTables.Format getTableBformat()
-
getTableDformat
public BufrTables.Format getTableDformat()
-
getMode
public BufrTables.Mode getMode()
-
getTableDname
public String getTableDname()
-
getTableBname
public String getTableBname()
-
-