comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixAvSectorFacet.java @ 3043:22da13d1b180

Added facet for derivate curve and fixed facet names. flys-artifacts/trunk@4612 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 06 Jun 2012 14:58:25 +0000
parents b388d888330d
children 7660cfe5e8f6
comparison
equal deleted inserted replaced
3042:2ff802d66b71 3043:22da13d1b180
32 /** Trivial Constructor. */ 32 /** Trivial Constructor. */
33 public FixAvSectorFacet() { 33 public FixAvSectorFacet() {
34 } 34 }
35 35
36 36
37 public FixAvSectorFacet(int ndx, String description) { 37 public FixAvSectorFacet(int ndx, String name, String description) {
38 super( 38 super(
39 ndx, 39 ndx,
40 FIX_SECTOR_AVERAGE, 40 name,
41 description, 41 description,
42 ComputeType.ADVANCE, 42 ComputeType.ADVANCE,
43 null, 43 null,
44 null); 44 null);
45 } 45 }

http://dive4elements.wald.intevation.org