comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/fixation/FixationSelect.java @ 3454:98745f308319

fix vol/l/mer. flys-artifacts/trunk@5120 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 25 Jul 2012 09:53:24 +0000
parents 0ca00d547f35
children 8e66293c5369
comparison
equal deleted inserted replaced
3453:e74e707ff650 3454:98745f308319
24 24
25 25
26 /** Constant value for the default fixation calculation. */ 26 /** Constant value for the default fixation calculation. */
27 public static final String CALCULATION_DEFAULT = "calculation.analysis"; 27 public static final String CALCULATION_DEFAULT = "calculation.analysis";
28 28
29 /** Constant value for the volmer fixation analysis. */ 29 /** Constant value for the vollmer fixation analysis. */
30 public static final String CALCULATION_VOLMER = "calculation.volmer"; 30 public static final String CALCULATION_VOLLMER = "calculation.vollmer";
31 31
32 /** An Array that holds all available calculation modes.*/ 32 /** An Array that holds all available calculation modes.*/
33 public static final String[] CALCULATIONS = { 33 public static final String[] CALCULATIONS = {
34 CALCULATION_DEFAULT, 34 CALCULATION_DEFAULT,
35 CALCULATION_VOLMER 35 CALCULATION_VOLLMER
36 }; 36 };
37 37
38 /** Error message that is thrown if no mode has been chosen. */ 38 /** Error message that is thrown if no mode has been chosen. */
39 public static final String ERROR_NO_CALCULATION_MODE = 39 public static final String ERROR_NO_CALCULATION_MODE =
40 "error_feed_no_calculation_mode"; 40 "error_feed_no_calculation_mode";

http://dive4elements.wald.intevation.org