ucar.unidata.data.text
Class NwxTextProductDataSource.TableInfo

java.lang.Object
  extended by ucar.unidata.data.text.NwxTextProductDataSource.TableInfo
Enclosing class:
NwxTextProductDataSource

protected class NwxTextProductDataSource.TableInfo
extends Object

Class to hold the table information

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Field Summary
static String FLAG_B
          B type products
static String FLAG_F
          F type products
static String FLAG_M
          M type products
static String FLAG_O
          O type products
static String FLAG_R
          R type products
static String FLAG_S
          S type products
static String FLAG_W
          W type products
static String FLAG_Z
          Z type products
 
Constructor Summary
NwxTextProductDataSource.TableInfo(String type, String locationFile, String flag, String dataDir, String fileExtension)
          Create a new TableInfo
 
Method Summary
 String toString()
          Get a String representation of the table info
 boolean useStationTable()
          Should we use this type of data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FLAG_B

public static final String FLAG_B
B type products

See Also:
Constant Field Values

FLAG_S

public static final String FLAG_S
S type products

See Also:
Constant Field Values

FLAG_W

public static final String FLAG_W
W type products

See Also:
Constant Field Values

FLAG_R

public static final String FLAG_R
R type products

See Also:
Constant Field Values

FLAG_M

public static final String FLAG_M
M type products

See Also:
Constant Field Values

FLAG_F

public static final String FLAG_F
F type products

See Also:
Constant Field Values

FLAG_Z

public static final String FLAG_Z
Z type products

See Also:
Constant Field Values

FLAG_O

public static final String FLAG_O
O type products

See Also:
Constant Field Values
Constructor Detail

NwxTextProductDataSource.TableInfo

public NwxTextProductDataSource.TableInfo(String type,
                                          String locationFile,
                                          String flag,
                                          String dataDir,
                                          String fileExtension)
Create a new TableInfo

Parameters:
type - the type of products
locationFile - the file holding location info
flag - the flag
dataDir - the data directory
fileExtension - the file extension
Method Detail

useStationTable

public boolean useStationTable()
Should we use this type of data

Returns:
true for the type

toString

public String toString()
Get a String representation of the table info

Overrides:
toString in class Object
Returns:
a String representation of the table info