comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 1809:f6a190f6aaff

Give outputname to artifacts getInitialFacetActivity, generate second pair of MainvalueFacets for discharge curves. flys-artifacts/trunk@3138 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 02 Nov 2011 11:21:57 +0000
parents 376c81aa7d55
children 1be3a4636ee3
comparison
equal deleted inserted replaced
1808:36de4e32631c 1809:f6a190f6aaff
1043 /** 1043 /**
1044 * Determines Facets initial disposition regarding activity (think of 1044 * Determines Facets initial disposition regarding activity (think of
1045 * selection in Client ThemeList GUI). This will be checked one time 1045 * selection in Client ThemeList GUI). This will be checked one time
1046 * when the facet enters a collections describe document. 1046 * when the facet enters a collections describe document.
1047 * 1047 *
1048 * @param facetName name of the facet. 1048 * @param facetName name of the facet.
1049 * @param index index of the facet. 1049 * @param outputName name of the output.
1050 * @param index index of the facet.
1050 * 1051 *
1051 * @return 1 if wished to be initally active, 0 if not. FLYSArtifact 1052 * @return 1 if wished to be initally active, 0 if not. FLYSArtifact
1052 * defaults to "1". 1053 * defaults to "1".
1053 */ 1054 */
1054 public int getInitialFacetActivity(String facetName, int index) { 1055 public int getInitialFacetActivity(
1056 String outputName,
1057 String facetName,
1058 int index)
1059 {
1055 return 1; 1060 return 1;
1056 } 1061 }
1057 } 1062 }
1058 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 1063 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org