comparison backend/src/main/java/org/dive4elements/river/importer/ImportBedHeight.java @ 8555:b5c54a6380e8

Remove obsolete interface for bed height values.
author "Tom Gottfried <tom@intevation.de>"
date Mon, 16 Feb 2015 09:21:49 +0100
parents 4c3ccf2b0304
children
comparison
equal deleted inserted replaced
8554:3a0522f1a532 8555:b5c54a6380e8
18 18
19 public interface ImportBedHeight { 19 public interface ImportBedHeight {
20 20
21 String getDescription(); 21 String getDescription();
22 22
23 void addValue(ImportBedHeightValue value); 23 void addValue(ImportBedHeightSingleValue value);
24 24
25 void storeDependencies(River river) 25 void storeDependencies(River river)
26 throws SQLException, ConstraintViolationException; 26 throws SQLException, ConstraintViolationException;
27 27
28 Object getPeer(River river); 28 Object getPeer(River river);

http://dive4elements.wald.intevation.org