comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/MeasurementState.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents feae2f9d6c6f
children 05bf8534a35a
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
45 public class MeasurementState 45 public class MeasurementState
46 extends DefaultState 46 extends DefaultState
47 { 47 {
48 private static Logger logger = Logger.getLogger(MeasurementState.class); 48 private static Logger logger = Logger.getLogger(MeasurementState.class);
49 49
50 /**
51 *
52 */
53 public static final String SQL_KEY_PARAMETERID = "PARAMETERID"; 50 public static final String SQL_KEY_PARAMETERID = "PARAMETERID";
54 51
55 /**
56 *
57 */
58 public static final String SEPARATOR = ";"; 52 public static final String SEPARATOR = ";";
59 53
60 54
61 /** 55 /**
62 * This class is used to generate the Matrix in <code>MinMaxDateState</code>. 56 * This class is used to generate the Matrix in <code>MinMaxDateState</code>.
230 return values[i][j]; 224 return values[i][j];
231 } 225 }
232 } // End of ParameterMatrix 226 } // End of ParameterMatrix
233 227
234 228
235 /**
236 *
237 */
238 public MeasurementState() { 229 public MeasurementState() {
239 super(); 230 super();
240 } 231 }
241 232
242 @Override 233 @Override
276 267
277 /** 268 /**
278 * This method create the user interface description for measurement and 269 * This method create the user interface description for measurement and
279 * parameters as matrix. A row for each parameter, a column for each 270 * parameters as matrix. A row for each parameter, a column for each
280 * measurement. 271 * measurement.
281 *
282 * @param artCreator
283 * @param creator
284 * @param document
285 * @param dynamicNode
286 * @param callMeta
287 * @param o
288 */ 272 */
289 @Override 273 @Override
290 protected void appendToDynamicNode( 274 protected void appendToDynamicNode(
291 XMLUtils.ElementCreator artCreator, 275 XMLUtils.ElementCreator artCreator,
292 XMLUtils.ElementCreator creator, 276 XMLUtils.ElementCreator creator,
354 338
355 /** 339 /**
356 * This feed takes some input data storing measurement ids and parameter ids 340 * This feed takes some input data storing measurement ids and parameter ids
357 * and put them into ExtendedInputData objects to save the relation between 341 * and put them into ExtendedInputData objects to save the relation between
358 * a measurement and the parameter it belongs to. 342 * a measurement and the parameter it belongs to.
359 *
360 * @param context
361 * @param input
362 * @param uuid
363 * @return
364 * @throws StateException
365 */ 343 */
366 @Override 344 @Override
367 public Document feed( 345 public Document feed(
368 CallContext context, 346 CallContext context,
369 Collection<InputData> input, 347 Collection<InputData> input,

http://dive4elements.wald.intevation.org