comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadData.java @ 8178:5bab2e57e965

Rev aa80f9ba56a9 was incomplete. Shame on me.
author Tom Gottfried <tom@intevation.de>
date Wed, 03 Sep 2014 10:24:39 +0200
parents aa80f9ba56a9
children 76e1e9d81ce2
comparison
equal deleted inserted replaced
8177:aa80f9ba56a9 8178:5bab2e57e965
59 if ("susp_sand".equals(name)) return GF_SUSP_SAND; 59 if ("susp_sand".equals(name)) return GF_SUSP_SAND;
60 if ("susp_sand_bed".equals(name)) return GF_SUSP_SAND_BED; 60 if ("susp_sand_bed".equals(name)) return GF_SUSP_SAND_BED;
61 if ("suspended_sediment".equals(name)) return GF_SUSP_SEDIMENT; 61 if ("suspended_sediment".equals(name)) return GF_SUSP_SEDIMENT;
62 if ("total".equals(name)) return GF_TOTAL; 62 if ("total".equals(name)) return GF_TOTAL;
63 if ("bed_load".equals(name)) return GF_BED_LOAD; 63 if ("bed_load".equals(name)) return GF_BED_LOAD;
64 if ("suspended_load".equals(name)) return GF_SUSPENDED_LOAD; 64 if ("bed_load_susp_sand".equals(name)) return GF_BED_LOAD_SUSP_SAND;
65 if ("average".equals(name)) return GF_AVERAGE; 65 if ("average".equals(name)) return GF_AVERAGE;
66 return GF_UNKNOWN; 66 return GF_UNKNOWN;
67 } 67 }
68 68
69 public interface Visitor { 69 public interface Visitor {

http://dive4elements.wald.intevation.org