Uses of Class
com.americancoders.edi.Table

Uses of Table in com.americancoders.edi
 

Fields in com.americancoders.edi declared as Table
protected  Table TransactionSetFactory.currentTable
           
 

Methods in com.americancoders.edi that return Table
 Table TransactionSet.getHeaderTable()
          returns header table for the Transaction Set
 Table TransactionSet.getDetailTable()
          returns detail table for the Transaction Set
 Table TransactionSet.getSummaryTable()
          returns summary table for the Transaction Set
 

Methods in com.americancoders.edi with parameters of type Table
 void TransactionSet.setHeaderTable(Table inTable)
          sets header table for the Transaction Set
 void TransactionSet.setDetailTable(Table inTable)
          sets detail table for the Transaction Set
 void TransactionSet.setSummaryTable(Table inTable)
          sets summary table for the Transaction Set