Coverage Report - org.homeunix.thecave.buddi.i18n.keys.TransactionReconciledFilterKeys
 
Classes in this File Line Coverage Branch Coverage Complexity
TransactionReconciledFilterKeys
0%
0/4
N/A
0
 
 1  
 /*
 2  
  * Created on Aug 10, 2007 by wyatt
 3  
  */
 4  
 package org.homeunix.thecave.buddi.i18n.keys;
 5  
 
 6  0
 public enum TransactionReconciledFilterKeys {
 7  0
     TRANSACTION_FILTER_ALL_RECONCILED,
 8  0
     TRANSACTION_FILTER_RECONCILED,
 9  0
     TRANSACTION_FILTER_NOT_RECONCILED,
 10  
 }