public class GempakParameterTable
extends java.lang.Object
| Constructor and Description | 
|---|
| GempakParameterTable()Create a new table. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addParameters(java.lang.String tbl)Add parameters from the table | 
| GempakParameter | getParameter(java.lang.String name)Get the parameter for the given name | 
| static void | main(java.lang.String[] args)Test | 
public void addParameters(java.lang.String tbl)
                   throws java.io.IOException
tbl - table locationjava.io.IOException - problem reading table.public GempakParameter getParameter(java.lang.String name)
name - name of the parameter (eg:, TMPK);public static void main(java.lang.String[] args)
                 throws java.io.IOException
args - ignoredjava.io.IOException - problem reading the table.