comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFacet.java @ 7894:42076d94977e facet-metadata

Added metadata to facets.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 21 May 2014 11:43:10 +0200
parents 9513d1af7d58
children cf674b03901a
comparison
equal deleted inserted replaced
7893:56e7e6c18c26 7894:42076d94977e
26 public BedHeightFacet(String name, String description, String type) { 26 public BedHeightFacet(String name, String description, String type) {
27 this.name = name; 27 this.name = name;
28 this.description = description; 28 this.description = description;
29 this.type = type; 29 this.type = type;
30 this.index = 0; 30 this.index = 0;
31 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
32 this.metaData.put("Y", "chart.bedheight.height.yaxis.label");
31 } 33 }
32 34
33 /** 35 /**
34 * Returns the data this facet requires. 36 * Returns the data this facet requires.
35 * 37 *

http://dive4elements.wald.intevation.org