Coverage Report - org.homeunix.thecave.buddi.i18n.keys.TypeCreditDefaultKeys
 
Classes in this File Line Coverage Branch Coverage Complexity
TypeCreditDefaultKeys
100%
6/6
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  
 /**
 10  
  * This class defines all the default keys for debit
 11  
  * Types.  If you add a new key here, it will
 12  
  * appear in new data files. 
 13  
  * 
 14  
  * @author wyatt
 15  
  *
 16  
  */
 17  20950
 public enum TypeCreditDefaultKeys {
 18  2986
         LIABILITY,
 19  2986
         CREDIT_CARD,
 20  2986
         PREPAID_ACCOUNT,
 21  2986
         LINE_OF_CREDIT,
 22  2986
         LOAN
 23  
 }