comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WQSelect.java @ 1691:17648043429f

Cosmetics, docs, annotations. flys-artifacts/trunk@2915 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 10 Oct 2011 07:47:30 +0000
parents e0243627ba62
children 8a2cbf947395
comparison
equal deleted inserted replaced
1690:0053a4529f2f 1691:17648043429f
29 /** 29 /**
30 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 30 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
31 */ 31 */
32 public class WQSelect extends DefaultState { 32 public class WQSelect extends DefaultState {
33 33
34 /** The logger used in this class.*/ 34 /** The logger used in this class. */
35 private static Logger logger = Logger.getLogger(WQSelect.class); 35 private static Logger logger = Logger.getLogger(WQSelect.class);
36 36
37 37
38 /** The default step width for Qs.*/ 38 /** The default step width for Qs. */
39 public static final String DEFAULT_STEP_Q = "50"; 39 public static final String DEFAULT_STEP_Q = "50";
40 40
41 /** The default step width for Qs.*/ 41 /** The default step width for Qs. */
42 public static final String DEFAULT_STEP_W = "30"; 42 public static final String DEFAULT_STEP_W = "30";
43 43
44 /** The name of the 'mode' field. */ 44 /** The name of the 'mode' field. */
45 public static final String WQ_MODE = "wq_mode"; 45 public static final String WQ_MODE = "wq_mode";
46 46
47 /** The name of the 'selection' field.*/ 47 /** The name of the 'selection' field. */
48 public static final String WQ_SELECTION = "wq_selection"; 48 public static final String WQ_SELECTION = "wq_selection";
49 49
50 /** The name of the 'from' field. */ 50 /** The name of the 'from' field. */
51 public static final String WQ_FROM = "wq_from"; 51 public static final String WQ_FROM = "wq_from";
52 52
64 * The default constructor that initializes an empty State object. 64 * The default constructor that initializes an empty State object.
65 */ 65 */
66 public WQSelect() { 66 public WQSelect() {
67 } 67 }
68 68
69
70 @Override
69 protected Element createData( 71 protected Element createData(
70 XMLUtils.ElementCreator cr, 72 XMLUtils.ElementCreator cr,
71 Artifact artifact, 73 Artifact artifact,
72 StateData data, 74 StateData data,
73 CallContext context) 75 CallContext context)

http://dive4elements.wald.intevation.org