ucar.nc2.ft.point.standard
Class TableConfig.JoinConfig

java.lang.Object
  extended by ucar.nc2.ft.point.standard.TableConfig.JoinConfig
Enclosing class:
TableConfig

public static class TableConfig.JoinConfig
extends java.lang.Object


Field Summary
 Join.Type joinType
           
 java.lang.String next
           
 java.lang.String numRecords
           
 Join override
           
 java.lang.String parentIndex
           
 java.lang.String start
           
 
Constructor Summary
TableConfig.JoinConfig(Join.Type joinType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joinType

public Join.Type joinType

override

public Join override

start

public java.lang.String start

next

public java.lang.String next

numRecords

public java.lang.String numRecords

parentIndex

public java.lang.String parentIndex
Constructor Detail

TableConfig.JoinConfig

public TableConfig.JoinConfig(Join.Type joinType)