Coverage Report - org.homeunix.thecave.buddi.i18n.keys.BudgetIncomeDefaultKeys
 
Classes in this File Line Coverage Branch Coverage Complexity
BudgetIncomeDefaultKeys
100%
4/4
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  
  * This class defines all the default keys for the Income
 9  
  * Budget Categories.  If you add a new key here, it will
 10  
  * appear in new data files. 
 11  
  * 
 12  
  * @author wyatt
 13  
  *
 14  
  */
 15  14978
 public enum BudgetIncomeDefaultKeys {
 16  2986
         BONUS, 
 17  2986
         SALARY, 
 18  2986
         INVESTMENT_INCOME
 19  
 }