|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.iosp.gempak.GempakParameters
public class GempakParameters
Wrapper around GempakParameterTable for use in a static context.
| Constructor Summary | |
|---|---|
GempakParameters()
Default ctor |
|
| Method Summary | |
|---|---|
static void |
addParameters(String tbl)
Add parameters from the table |
static GempakParameter |
getParameter(String name)
Get the parameter for the given name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GempakParameters()
| Method Detail |
|---|
public static void addParameters(String tbl)
throws IOException
tbl - table location
IOException - problem reading table.public static GempakParameter getParameter(String name)
name - name of the parameter (eg:, TMPK);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||