comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/fixation/FixRealizingCompute.java @ 5702:de0639306008

issue1149: Include function name in facet name for fixreal.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 15 Apr 2013 12:40:29 +0200
parents 14009b194871
children 4ce126aa130c
comparison
equal deleted inserted replaced
5701:56897ceb5589 5702:de0639306008
135 135
136 facets.add( 136 facets.add(
137 new DataFacet(AT, "AT data", ComputeType.ADVANCE, hash, id)); 137 new DataFacet(AT, "AT data", ComputeType.ADVANCE, hash, id));
138 138
139 facets.add(new FixWQCurveFacet( 139 facets.add(new FixWQCurveFacet(
140 0, Resources.getMsg(meta, I18N_WQ_CURVE, I18N_WQ_CURVE))); 140 0,
141 Resources.getMsg(meta, I18N_WQ_CURVE, I18N_WQ_CURVE) + " ("
142 + access.getFunction() + ")"));
141 143
142 facets.add(new FixReferenceEventsFacet( 144 facets.add(new FixReferenceEventsFacet(
143 0, 145 0,
144 FIX_REFERENCE_EVENTS_WQ, 146 FIX_REFERENCE_EVENTS_WQ,
145 Resources.getMsg(meta, I18N_WQ_EVENTS, I18N_WQ_EVENTS))); 147 Resources.getMsg(meta, I18N_WQ_EVENTS, I18N_WQ_EVENTS)));

http://dive4elements.wald.intevation.org