Constants.java [src/java/m/sq] Revision: default  Date:
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

package m.sq;

/**
 *
 * @author od
 */
public class Constants {

  //sci
  public static final String KEY_EROSION_WATER = "erosion_water";
  public static final String KEY_WATER_OM = "water_om";
  public static final String KEY_WATER_FO = "water_fo";
  public static final String KEY_SCI_WATER = "sci_water";
  public static final String KEY_EROSION_WIND = "erosion_wind";
  public static final String KEY_WIND_OM = "wind_om";
  public static final String KEY_WIND_FO = "wind_fo";
  public static final String KEY_SCI_WIND = "sci_wind";
  public static final String KEY_SCI_TOTAL = "sci_total";

  //stir
  public static final String KEY_MANAGEMENT = "management";
  public static final String KEY_DURATION_IN_MAN = "duration_in_man";
  public static final String KEY_OPERATIONS = "operations";
  public static final String KEY_STIR = "stir";
  public static final String KEY_TOTAL_STIR = "total_stir";
  public static final String KEY_AVERAGE_ANNUAL_STIR = "average_annual_stir";

}