Coverage Report - org.homeunix.thecave.buddi.i18n.keys.TypeDebitDefaultKeys
 
Classes in this File Line Coverage Branch Coverage Complexity
TypeDebitDefaultKeys
100%
5/5
N/A
0
 
 1  
 /*
 2  
  * Created on Aug 8, 2007 by wyatt
 3  
  */
 4  
 package org.homeunix.thecave.buddi.i18n.keys;
 5  
 
 6  
 
 7  
 
 8  
 /**
 9  
  * This class defines all the default keys for debit
 10  
  * Types.  If you add a new key here, it will
 11  
  * appear in new data files. 
 12  
  * 
 13  
  * @author wyatt
 14  
  *
 15  
  */
 16  17964
 public enum TypeDebitDefaultKeys {
 17  2986
         CASH, 
 18  2986
         SAVINGS,
 19  2986
         CHEQUING,
 20  2986
         INVESTMENT
 21  
 }