comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/OutputMode.java @ 275:8264b02091ef

ISSUE-56 Display download buttons to export the computed data. flys-client/trunk@1901 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 11 May 2011 14:29:35 +0000
parents d01b0d81b92a
children cd8603aaa730
comparison
equal deleted inserted replaced
274:71a7533555d0 275:8264b02091ef
1 package de.intevation.flys.client.shared.model; 1 package de.intevation.flys.client.shared.model;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 import java.util.List;
4 5
5 6
6 /** 7 /**
7 * This interface describes an output mode of an artifact. 8 * This interface describes an output mode of an artifact.
8 * 9 *
67 * @param name The name of the facet. 68 * @param name The name of the facet.
68 * 69 *
69 * @return a facet or null if no such facet is available. 70 * @return a facet or null if no such facet is available.
70 */ 71 */
71 Facet getFacet(String name); 72 Facet getFacet(String name);
73
74
75 /**
76 * Returns all facets of this mode.
77 *
78 * @return all facets.
79 */
80 List<Facet> getFacets();
72 } 81 }
73 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 82 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org